Skip to content
Snippets Groups Projects
Commit 475fc26a authored by Samuel Rødal's avatar Samuel Rødal Committed by Jørgen Lind
Browse files

Added warning for when xkb_compile_keymap_from_rules fails.


Change-Id: I9b0bde8cc8d2575963db2e3165919b2d78213424
Reviewed-by: default avatarJørgen Lind <jorgen.lind@nokia.com>
parent 45e80319
No related branches found
No related tags found
No related merge requests found
......@@ -87,6 +87,9 @@ QWaylandInputDevice::QWaylandInputDevice(QWaylandDisplay *display,
names.options = "";
mXkb = xkb_compile_keymap_from_rules(&names);
if (!mXkb)
qWarning() << "xkb_compile_keymap_from_rules failed, no key input";
#endif
if (mQDisplay->dndSelectionHandler()) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment