diff options
Diffstat (limited to 'src/qmmpui/generalhandler.h')
| -rw-r--r-- | src/qmmpui/generalhandler.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/qmmpui/generalhandler.h b/src/qmmpui/generalhandler.h index f7dcff968..209652434 100644 --- a/src/qmmpui/generalhandler.h +++ b/src/qmmpui/generalhandler.h @@ -96,6 +96,10 @@ public: */ QMenu *createMenu(MenuType type, const QString &title = QString(), QWidget *parent = 0); /*! + * Toggles player window visibility. + */ + void toggleVisibility(); + /*! * Returns a pointer to the object's instance. */ static GeneralHandler* instance(); |
