diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-11-21 17:13:34 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-11-21 17:13:34 +0000 |
| commit | 90b71df1362b7e128ca99ee09cc8402b8421f76d (patch) | |
| tree | 24faee1a7b7b0f7610015a8f57ffa60b2865f7c9 /src/plugins/General/notifier/settingsdialog.h | |
| parent | bfda47d04f9f520638f652bdb7fffb6de3dfd992 (diff) | |
| download | qmmp-90b71df1362b7e128ca99ee09cc8402b8421f76d.tar.gz qmmp-90b71df1362b7e128ca99ee09cc8402b8421f76d.tar.bz2 qmmp-90b71df1362b7e128ca99ee09cc8402b8421f76d.zip | |
added metadata formatter
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1389 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/notifier/settingsdialog.h')
| -rw-r--r-- | src/plugins/General/notifier/settingsdialog.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/plugins/General/notifier/settingsdialog.h b/src/plugins/General/notifier/settingsdialog.h index e6b94c321..245ca6f99 100644 --- a/src/plugins/General/notifier/settingsdialog.h +++ b/src/plugins/General/notifier/settingsdialog.h @@ -21,10 +21,10 @@ #define SETTINGSDIALOG_H #include <QDialog> - - #include "ui_settingsdialog.h" +class Action; + /** @author Ilya Kotov <forkotov02@hotmail.ru> */ @@ -42,8 +42,11 @@ public slots: private slots: void setFont(); + void insertExpression(QAction *); + void on_resetButton_clicked(); private: + void createMenu(); Ui::SettingsDialog ui; QMap<uint, QPushButton*> m_buttons; |
