diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-02-17 12:05:48 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-02-17 12:05:48 +0000 |
| commit | bd3bb4892fd610a705395d8378fb6ad1acb7f4ba (patch) | |
| tree | a894c1730195f57f0c43e22af88495be50e2cd97 /src/qmmpui/uihelper.h | |
| parent | 000328275b1f02d2a3373e08aa0a59d9e1674d42 (diff) | |
| download | qmmp-bd3bb4892fd610a705395d8378fb6ad1acb7f4ba.tar.gz qmmp-bd3bb4892fd610a705395d8378fb6ad1acb7f4ba.tar.bz2 qmmp-bd3bb4892fd610a705395d8378fb6ad1acb7f4ba.zip | |
raise main window when starting another instance w/o params, added --
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4105 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/uihelper.h')
| -rw-r--r-- | src/qmmpui/uihelper.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/qmmpui/uihelper.h b/src/qmmpui/uihelper.h index 867fc9931..f3fc2c2a9 100644 --- a/src/qmmpui/uihelper.h +++ b/src/qmmpui/uihelper.h @@ -145,6 +145,10 @@ public slots: */ void toggleVisibility(); /*! + * Shows the main window of the player. + */ + void showMainWindow(); + /*! * Tells the player to exit. */ void exit(); @@ -155,6 +159,11 @@ signals: * Use it to show/hide player's window. */ void toggleVisibilityCalled(); + /*! + * Emitted when some general plugin requires to show main window. + * Use it to show player's window and to raise it to the top. + */ + void showMainWindowCalled(); private slots: void removeAction(QObject *action); |
