aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/hotkey/hotkeydialog.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-07-04 21:21:45 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-07-04 21:21:45 +0000
commitd5a3bfe10a940c2e1f4227f3adea71e55a449ca2 (patch)
treecc73dd1455b76d3689c4c32477646880468eea42 /src/plugins/General/hotkey/hotkeydialog.h
parent58296fef1b4d3962530b5ba7c21e0768a1c06f86 (diff)
downloadqmmp-d5a3bfe10a940c2e1f4227f3adea71e55a449ca2.tar.gz
qmmp-d5a3bfe10a940c2e1f4227f3adea71e55a449ca2.tar.bz2
qmmp-d5a3bfe10a940c2e1f4227f3adea71e55a449ca2.zip
hotkey plugin: fixed windows support
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8108 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/hotkey/hotkeydialog.h')
-rw-r--r--src/plugins/General/hotkey/hotkeydialog.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/plugins/General/hotkey/hotkeydialog.h b/src/plugins/General/hotkey/hotkeydialog.h
index 490539eac..4124e8c8f 100644
--- a/src/plugins/General/hotkey/hotkeydialog.h
+++ b/src/plugins/General/hotkey/hotkeydialog.h
@@ -41,15 +41,15 @@ public:
quint32 keySym () const;
public slots:
- virtual void accept();
-
-protected:
- virtual void keyPressEvent (QKeyEvent *event);
+ void accept();
+ void reject();
private:
+ void keyPressEvent (QKeyEvent *event);
+ void showEvent(QShowEvent *);
+
Ui::HotkeyDialog m_ui;
quint32 m_key, m_modifiers;
-
};
#endif