diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2011-04-19 12:07:05 (GMT) |
---|---|---|
committer | Jørgen Lind <jorgen.lind@nokia.com> | 2011-04-19 13:59:13 (GMT) |
commit | fe5567572030a30c643ae8d98b57e95e49bab905 (patch) | |
tree | 766e065d45ff67808039e32040fedd8e0d982db9 | |
parent | 77c2f1ea69df5adb49daddc25a14daae3f1c42da (diff) | |
download | Qt-fe5567572030a30c643ae8d98b57e95e49bab905.zip Qt-fe5567572030a30c643ae8d98b57e95e49bab905.tar.gz Qt-fe5567572030a30c643ae8d98b57e95e49bab905.tar.bz2 |
wayland: Drop a debug qWarning()
-rw-r--r-- | src/plugins/platforms/wayland/qwaylandinputdevice.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/platforms/wayland/qwaylandinputdevice.cpp b/src/plugins/platforms/wayland/qwaylandinputdevice.cpp index fc305fe..2d7df1d 100644 --- a/src/plugins/platforms/wayland/qwaylandinputdevice.cpp +++ b/src/plugins/platforms/wayland/qwaylandinputdevice.cpp @@ -268,9 +268,6 @@ void QWaylandInputDevice::inputHandleKey(void *data, sym = translateKey(sym, s, sizeof s); - qWarning("keycode %d, sym %d, string %d, modifiers 0x%x", - code, sym, s[0], (int) inputDevice->mModifiers); - if (window) { QWindowSystemInterface::handleKeyEvent(window->widget(), time, type, sym, |