Implemented directory scanning and adding tracks to library
[someplayer] / src / mainwindow.h
index 1a9e1f4..6662fb8 100644 (file)
@@ -2,7 +2,6 @@
 #define MAINWINDOW_H
 
 #include <QMainWindow>
-#include "player.h"
 
 namespace Ui {
        class MainWindow;
@@ -18,7 +17,6 @@ public:
 
 private:
        Ui::MainWindow *ui;
-       Player *player;
 
 public slots:
        void openMedia();