aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/hotkey/hotkeydialog.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-07-04 19:55:41 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-07-04 19:55:41 +0000
commit58296fef1b4d3962530b5ba7c21e0768a1c06f86 (patch)
treee276e80897163c2485a9d25579905df56e495ff2 /src/plugins/General/hotkey/hotkeydialog.h
parent050380c4949e398fd1798f5106916826a7d901bd (diff)
downloadqmmp-58296fef1b4d3962530b5ba7c21e0768a1c06f86.tar.gz
qmmp-58296fef1b4d3962530b5ba7c21e0768a1c06f86.tar.bz2
qmmp-58296fef1b4d3962530b5ba7c21e0768a1c06f86.zip
refactoring
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8107 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/hotkey/hotkeydialog.h')
-rw-r--r--src/plugins/General/hotkey/hotkeydialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/General/hotkey/hotkeydialog.h b/src/plugins/General/hotkey/hotkeydialog.h
index 5b87c4d2e..490539eac 100644
--- a/src/plugins/General/hotkey/hotkeydialog.h
+++ b/src/plugins/General/hotkey/hotkeydialog.h
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2009 by Ilya Kotov *
+ * Copyright (C) 2009-2018 by Ilya Kotov *
* forkotov02@ya.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -47,7 +47,7 @@ protected:
virtual void keyPressEvent (QKeyEvent *event);
private:
- Ui::HotkeyDialog ui;
+ Ui::HotkeyDialog m_ui;
quint32 m_key, m_modifiers;
};