diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-02-22 21:35:59 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-02-22 21:35:59 +0000 |
| commit | d74a64851416c16622464b81c6c21cc781b0f899 (patch) | |
| tree | 5a20a0aeea2f54e8c62fe6087a085efb5022a071 /src/ui/mainwindow.h | |
| parent | 24b5ddfcbfe13a6d51365004aa276ffb269fac62 (diff) | |
| download | qmmp-d74a64851416c16622464b81c6c21cc781b0f899.tar.gz qmmp-d74a64851416c16622464b81c6c21cc781b0f899.tar.bz2 qmmp-d74a64851416c16622464b81c6c21cc781b0f899.zip | |
volume control support for general plugins
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@253 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/mainwindow.h')
| -rw-r--r-- | src/ui/mainwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/mainwindow.h b/src/ui/mainwindow.h index 0a1b6b60d..0ad44cec4 100644 --- a/src/ui/mainwindow.h +++ b/src/ui/mainwindow.h @@ -65,6 +65,7 @@ public: SoundCore* soundCore()const; MainDisplay* mainDisplay()const; bool processCommandArgs(const QStringList &list,const QString& cwd); + public slots: void previous(); void play(); |
