diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-03-05 16:27:12 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-03-05 16:27:12 +0000 |
| commit | 5e8951a31ce42b0b7602606f407e9fdbd6fb21fa (patch) | |
| tree | f95a0cb9c7880738d034f331391b59ebf138670e /src/plugins/General/notifier/settingsdialog.h | |
| parent | a901b61d9ae3feb9ab8ac4255673ff589a953bee (diff) | |
| download | qmmp-5e8951a31ce42b0b7602606f407e9fdbd6fb21fa.tar.gz qmmp-5e8951a31ce42b0b7602606f407e9fdbd6fb21fa.tar.bz2 qmmp-5e8951a31ce42b0b7602606f407e9fdbd6fb21fa.zip | |
changed notifier settings dialog, fixed translations
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2097 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/notifier/settingsdialog.h')
| -rw-r--r-- | src/plugins/General/notifier/settingsdialog.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/plugins/General/notifier/settingsdialog.h b/src/plugins/General/notifier/settingsdialog.h index 245ca6f99..ad0dc7ebc 100644 --- a/src/plugins/General/notifier/settingsdialog.h +++ b/src/plugins/General/notifier/settingsdialog.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2008 by Ilya Kotov * + * Copyright (C) 2008-2011 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -26,7 +26,7 @@ class Action; /** - @author Ilya Kotov <forkotov02@hotmail.ru> + @author Ilya Kotov <forkotov02@hotmail.ru> */ class SettingsDialog : public QDialog { @@ -41,13 +41,12 @@ public slots: virtual void accept(); private slots: - void setFont(); - void insertExpression(QAction *); - void on_resetButton_clicked(); + void on_fontButton_pressed(); + void on_templateButton_pressed(); private: - void createMenu(); Ui::SettingsDialog ui; + QString m_template; QMap<uint, QPushButton*> m_buttons; }; |
