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 6f39385..45c81ad 100644 --- a/playerwidget.h +++ b/playerwidget.h @@ -56,6 +56,7 @@ class PlayerWidget : public QWidget { void expand(); void readSettings(); void writeSettings(); + void aboutDlg(); signals: void viewModeChanged(const QString &viewMode); |