diff options
author | Arno <arno@disconnect.de> | 2018-08-15 10:19:43 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-08-15 10:19:43 +0200 |
commit | 63f968ae97dc70b7ad436eab2adfaa1e983005f7 (patch) | |
tree | 8cdfb63e5dc484035df5fa1357ef2df884e45a24 /playerwidget.h | |
parent | 8243c41ee9c3f0b59f8d36cd74113b49b139ddce (diff) | |
download | BeetPlayer-63f968ae97dc70b7ad436eab2adfaa1e983005f7.tar.gz BeetPlayer-63f968ae97dc70b7ad436eab2adfaa1e983005f7.tar.bz2 BeetPlayer-63f968ae97dc70b7ad436eab2adfaa1e983005f7.zip |
Fix tray icon behavior
Make it display the right icon when shortcuts are used.
Diffstat (limited to 'playerwidget.h')
-rw-r--r-- | playerwidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/playerwidget.h b/playerwidget.h index 5859cb1..da13747 100644 --- a/playerwidget.h +++ b/playerwidget.h @@ -42,6 +42,7 @@ class PlayerWidget : public QWidget { void doStop(); void doPause(); void doPlayOrPause(); + void doContinue(); void volumeUp(); void volumeDown(); void showVolume(); |