diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-03-09 15:08:25 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-03-09 15:08:25 +0000 |
| commit | c17d0dff9aad1de684136b4902ac1e4bf4b844d4 (patch) | |
| tree | 7aa557635e8836063fd1090813eaa352df38655c /src/plugins/General/notifier/settingsdialog.h | |
| parent | 149b790b31ad963e229f6ece2dfb26576d030bb6 (diff) | |
| download | qmmp-c17d0dff9aad1de684136b4902ac1e4bf4b844d4.tar.gz qmmp-c17d0dff9aad1de684136b4902ac1e4bf4b844d4.tar.bz2 qmmp-c17d0dff9aad1de684136b4902ac1e4bf4b844d4.zip | |
added playback resume notification (thanks to Adria Arrufat)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3302 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/notifier/settingsdialog.h')
| -rw-r--r-- | src/plugins/General/notifier/settingsdialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/General/notifier/settingsdialog.h b/src/plugins/General/notifier/settingsdialog.h index e45940e4e..6245d2581 100644 --- a/src/plugins/General/notifier/settingsdialog.h +++ b/src/plugins/General/notifier/settingsdialog.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2008-2012 by Ilya Kotov * + * Copyright (C) 2008-2013 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -45,7 +45,7 @@ private slots: void on_templateButton_pressed(); private: - Ui::SettingsDialog ui; + Ui::SettingsDialog m_ui; QString m_template; QMap<uint, QPushButton*> m_buttons; |
