diff options
author | Arno <arno@disconnect.de> | 2017-02-27 12:34:23 +0100 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2017-02-27 12:34:23 +0100 |
commit | d9e6d8d752000676cf5ea9489f044db78ef12b69 (patch) | |
tree | a0ec134af46d5e0c71fa27fe0388b8e74a03c60d /playerwidget.h | |
parent | a49455204fa38c3237bf00a93e0948f4a25355a4 (diff) | |
download | BeetPlayer-d9e6d8d752000676cf5ea9489f044db78ef12b69.tar.gz BeetPlayer-d9e6d8d752000676cf5ea9489f044db78ef12b69.tar.bz2 BeetPlayer-d9e6d8d752000676cf5ea9489f044db78ef12b69.zip |
Advance to next song from playlist
when the current one has finished.
Diffstat (limited to 'playerwidget.h')
-rw-r--r-- | playerwidget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/playerwidget.h b/playerwidget.h index 0dd2671..668e965 100644 --- a/playerwidget.h +++ b/playerwidget.h @@ -2,6 +2,7 @@ #define PLAYERWIDGET_H #include <QWidget> +#include <QMediaPlayer> class QStandardItemModel; class QStandardItem; @@ -40,6 +41,7 @@ class PlayerWidget : public QWidget { void setPosition(qint64 pos); void setDuration(qint64 dur); void slide(int value); + void continuePlaying(QMediaPlayer::State state); private: void setupGui(); |