summaryrefslogtreecommitdiffstats
path: root/playerwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'playerwidget.h')
-rw-r--r--playerwidget.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/playerwidget.h b/playerwidget.h
index fb62240..f5b9741 100644
--- a/playerwidget.h
+++ b/playerwidget.h
@@ -41,6 +41,8 @@ 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();
void doPause();
@@ -63,6 +65,7 @@ class PlayerWidget : public QWidget {
void shufflePlayList();
void randomPlay();
void playCurrent(const QModelIndex &index);
+
void mute(bool triggered);
void volumeChanged(int volume);
void next();