diff options
Diffstat (limited to 'src/plugins/General/hotkey/hotkeymanager.h')
| -rw-r--r-- | src/plugins/General/hotkey/hotkeymanager.h | 1 |
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); |
