diff options
Diffstat (limited to 'playerwidget.h')
-rw-r--r-- | playerwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playerwidget.h b/playerwidget.h index f5b9741..3f41b49 100644 --- a/playerwidget.h +++ b/playerwidget.h @@ -41,7 +41,6 @@ class PlayerWidget : public QWidget { void doPopulateByFolder(); void doModelChanged(); void viewDoubleClicked(const QModelIndex &idx); - void leftCurrentChanged(const QModelIndex &cur, const QModelIndex &prev); void rightCurrentChanged(const QModelIndex &cur, const QModelIndex &prev); void doPlay(); void doStop(); @@ -65,6 +64,7 @@ class PlayerWidget : public QWidget { void shufflePlayList(); void randomPlay(); void playCurrent(const QModelIndex &index); + void printList(); void mute(bool triggered); void volumeChanged(int volume); |