diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-11-04 20:17:13 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-11-04 20:17:13 +0000 |
| commit | 40c82a8a1d3e65788451022249d984d3166c3aca (patch) | |
| tree | d6205444e71f1f103af8d8ddf13136602eebb6da /src/ui/configdialog.h | |
| parent | 1963054966e3a2514fb481c8159c09834a1a12fa (diff) | |
| download | qmmp-40c82a8a1d3e65788451022249d984d3166c3aca.tar.gz qmmp-40c82a8a1d3e65788451022249d984d3166c3aca.tar.bz2 qmmp-40c82a8a1d3e65788451022249d984d3166c3aca.zip | |
completed shortcut editor
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1980 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/configdialog.h')
| -rw-r--r-- | src/ui/configdialog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/configdialog.h b/src/ui/configdialog.h index ccf379724..e6db580d4 100644 --- a/src/ui/configdialog.h +++ b/src/ui/configdialog.h @@ -27,7 +27,7 @@ /** - @author Ilya Kotov <forkotov02@hotmail.ru> + @author Ilya Kotov <forkotov02@hotmail.ru> */ class QFileInfo; @@ -61,6 +61,7 @@ private slots: void on_outputComboBox_activated (int index); void on_outputPreferencesButton_clicked(); void on_outputInformationButton_clicked(); + void on_changeShortcutButton_clicked(); private: void readSettings(); |
