aboutsummaryrefslogtreecommitdiff
path: root/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'player.h')
-rw-r--r--player.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/player.h b/player.h
index c1fbc78..a95ff16 100644
--- a/player.h
+++ b/player.h
@@ -37,6 +37,7 @@ public:
Player(QWidget *parent = nullptr);
~Player();
QMediaPlayer* mPlayer = new QMediaPlayer();
+ QString mFile;
int amount = 0;
@@ -66,7 +67,6 @@ private slots:
private:
Ui::Player *ui;
- QString mFile;
QStringListModel *model;
};
#endif // PLAYER_H