diff options
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(); |