diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-01-07 09:50:17 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-01-07 09:50:17 +0000 |
| commit | c3d5ffcaf788e9b5e0dc25dcada731778e01a1ed (patch) | |
| tree | cd25da951417dd291f3db5ed02ef883a1eb522fb /src/plugins/General/hotkey/settingsdialog.h | |
| parent | 6de3a1f1edf17ea9f9952a04a77fed07f75175f1 (diff) | |
| download | qmmp-c3d5ffcaf788e9b5e0dc25dcada731778e01a1ed.tar.gz qmmp-c3d5ffcaf788e9b5e0dc25dcada731778e01a1ed.tar.bz2 qmmp-c3d5ffcaf788e9b5e0dc25dcada731778e01a1ed.zip | |
refactoring
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4012 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/hotkey/settingsdialog.h')
| -rw-r--r-- | src/plugins/General/hotkey/settingsdialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/General/hotkey/settingsdialog.h b/src/plugins/General/hotkey/settingsdialog.h index c480c3e21..91e6c0259 100644 --- a/src/plugins/General/hotkey/settingsdialog.h +++ b/src/plugins/General/hotkey/settingsdialog.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2009 by Ilya Kotov * + * Copyright (C) 2009-2013 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -26,7 +26,7 @@ #include "ui_settingsdialog.h" /** - @author Ilya Kotov <forkotov02@hotmail.ru> + @author Ilya Kotov <forkotov02@hotmail.ru> */ class SettingsDialog : public QDialog { @@ -45,7 +45,7 @@ private slots: void on_resetButton_clicked(); private: - Ui::SettingsDialog ui; + Ui::SettingsDialog m_ui; QList <Hotkey*> m_hotkeys; }; |
