diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-01-13 15:40:30 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-01-13 15:40:30 +0000 |
| commit | a4d4df97b77da4905ba4b4a14633f9241432f85c (patch) | |
| tree | 2358675f56c19d61439de16300eb2c5743bf9403 /src/plugins/General/songchange/settingsdialog.h | |
| parent | cf28884e3bf4edf48f6fa43fe075e7a1d279fd88 (diff) | |
| download | qmmp-a4d4df97b77da4905ba4b4a14633f9241432f85c.tar.gz qmmp-a4d4df97b77da4905ba4b4a14633f9241432f85c.tar.bz2 qmmp-a4d4df97b77da4905ba4b4a14633f9241432f85c.zip | |
added complete song change plugin
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3155 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/songchange/settingsdialog.h')
| -rw-r--r-- | src/plugins/General/songchange/settingsdialog.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/plugins/General/songchange/settingsdialog.h b/src/plugins/General/songchange/settingsdialog.h index c6eb32292..e7e55ef0c 100644 --- a/src/plugins/General/songchange/settingsdialog.h +++ b/src/plugins/General/songchange/settingsdialog.h @@ -23,6 +23,9 @@ #include <QDialog> #include "ui_settingsdialog.h" +class QAction; +class QToolButton; + /** @author Ilya Kotov <forkotov02@hotmail.ru> */ @@ -37,8 +40,12 @@ public: public slots: void accept(); +private slots: + void addTemplateString(QAction *); + private: void addMenu(QToolButton *button); + Ui::SettingsDialog m_ui; }; |
