Created separate directory for player engine
[someplayer] / src / mainwindow.h
index 1a9e1f4..5acedb4 100644 (file)
@@ -2,7 +2,9 @@
 #define MAINWINDOW_H
 
 #include <QMainWindow>
-#include "player.h"
+#include <QMessageBox>
+#include "playerform.h"
+#include "libraryform.h"
 
 namespace Ui {
        class MainWindow;
@@ -18,10 +20,16 @@ public:
 
 private:
        Ui::MainWindow *ui;
-       Player *player;
 
 public slots:
        void openMedia();
+       void aboutQt();
+       void about();
+       void player();
+       void library();
+private:
+       PlayerForm *_playerForm;
+       LibraryForm *_libraryForm;
 };
 
 #endif // MAINWINDOW_H