From 3ded08ff5b68d5a66a0032d85480ede7dd07dcab Mon Sep 17 00:00:00 2001 From: Arno Date: Fri, 5 May 2017 21:33:42 +0200 Subject: Display properties of selection either left or right. Worked immediately. There have to be subtle bugs or something. Cannot believe that it's bug free! --- playerwidget.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'playerwidget.h') 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(); -- cgit v1.2.3-70-g09d2