diff options
Diffstat (limited to 'playerwidget.h')
-rw-r--r-- | playerwidget.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/playerwidget.h b/playerwidget.h index 0218fde..a9259e2 100644 --- a/playerwidget.h +++ b/playerwidget.h @@ -36,6 +36,9 @@ class PlayerWidget : public QWidget { void doPlay(); void doStop(); void doPause(); + void doPlayOrPause(); + void volumeUp(); + void volumeDown(); void doFilter(); void clearFilter(); void reindex(); @@ -78,6 +81,7 @@ class PlayerWidget : public QWidget { void play(const QString &fullPath); void advance(int numSongs); void expandRecursive(const QModelIndex &idx); + void adjustVolume(int by); QLineEdit *mSearch; QMediaPlayer *mPlayer; BeetView *mView; |