aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/hotkey/hotkeymanager.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-08-09 13:57:39 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-08-09 13:57:39 +0000
commitc840cac739329c18aba8397b593f358f35412d97 (patch)
treeacf61568a854ccf3569f6fec6c6b3136ca22a442 /src/plugins/General/hotkey/hotkeymanager.h
parentcdeb87c0597f075b6649a0270db8a511a325256a (diff)
downloadqmmp-c840cac739329c18aba8397b593f358f35412d97.tar.gz
qmmp-c840cac739329c18aba8397b593f358f35412d97.tar.bz2
qmmp-c840cac739329c18aba8397b593f358f35412d97.zip
hotkey plugin: fixed bug with capslock
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1132 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/hotkey/hotkeymanager.h')
-rw-r--r--src/plugins/General/hotkey/hotkeymanager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/General/hotkey/hotkeymanager.h b/src/plugins/General/hotkey/hotkeymanager.h
index d892a78ce..dddb10a9e 100644
--- a/src/plugins/General/hotkey/hotkeymanager.h
+++ b/src/plugins/General/hotkey/hotkeymanager.h
@@ -73,6 +73,7 @@ public:
static const QString getKeyString(quint32 key, quint32 modifiers);
static QList<long> ignModifiersList();
+ static quint32 keycodeToKeysym(quint32 keycode);
protected:
virtual bool eventFilter(QObject* o, QEvent* e);