diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-03-20 07:22:50 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-03-20 07:22:50 +0000 |
| commit | 2eff41971d3776c7c4ac1ea9fa9a6f5a4f1513ab (patch) | |
| tree | 82cb2228dd4aa5f9cdc0985ad5d6c6a7ce5947f6 /src/plugins/General/kdenotify/settingsdialog.h | |
| parent | bfe01d737226a5034010bc3db19b99c46d062387 (diff) | |
| download | qmmp-2eff41971d3776c7c4ac1ea9fa9a6f5a4f1513ab.tar.gz qmmp-2eff41971d3776c7c4ac1ea9fa9a6f5a4f1513ab.tar.bz2 qmmp-2eff41971d3776c7c4ac1ea9fa9a6f5a4f1513ab.zip | |
improved kde4 notification (added embedded covers support and templates)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1634 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/kdenotify/settingsdialog.h')
| -rw-r--r-- | src/plugins/General/kdenotify/settingsdialog.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/plugins/General/kdenotify/settingsdialog.h b/src/plugins/General/kdenotify/settingsdialog.h index 07e7669cd..7e0f8d4a6 100644 --- a/src/plugins/General/kdenotify/settingsdialog.h +++ b/src/plugins/General/kdenotify/settingsdialog.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2009 by Artur Guzik * + * Copyright (C) 2009-2010 by Artur Guzik * * a.guzik88@gmail.com * * * * This program is free software; you can redistribute it and/or modify * @@ -38,11 +38,15 @@ public: public slots: virtual void accept(); +private slots: + virtual void on_templateButton_clicked(); + protected: void changeEvent(QEvent *e); private: Ui::SettingsDialog *ui; + QString m_template; }; #endif // SETTINGSDIALOG_H |
