summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbkeyboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/platforms/xcb/qxcbkeyboard.h')
-rw-r--r--src/plugins/platforms/xcb/qxcbkeyboard.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/platforms/xcb/qxcbkeyboard.h b/src/plugins/platforms/xcb/qxcbkeyboard.h
index ff774197d2..9c278eeb8c 100644
--- a/src/plugins/platforms/xcb/qxcbkeyboard.h
+++ b/src/plugins/platforms/xcb/qxcbkeyboard.h
@@ -65,6 +65,7 @@ public:
void handleMappingNotifyEvent(const xcb_xkb_map_notify_event_t *event);
Qt::KeyboardModifiers translateModifiers(int s) const;
+ QList<int> possibleKeys(const QKeyEvent *e) const;
void updateKeymap();
void updateXKBState(xcb_xkb_state_notify_event_t *state);