Blob Blame History Raw
diff -up qtvirtualkeyboard-everywhere-src-5.11.2/src/virtualkeyboard/inputcontext.cpp.qDebug qtvirtualkeyboard-everywhere-src-5.11.2/src/virtualkeyboard/inputcontext.cpp
--- qtvirtualkeyboard-everywhere-src-5.11.2/src/virtualkeyboard/inputcontext.cpp.qDebug	2018-08-28 23:53:34.000000000 -0500
+++ qtvirtualkeyboard-everywhere-src-5.11.2/src/virtualkeyboard/inputcontext.cpp	2018-10-24 16:39:15.789269431 -0500
@@ -452,7 +452,7 @@ void InputContext::sendKeyClick(int key,
         if (d->activeKeys.isEmpty())
             d->stateFlags &= ~InputContextPrivate::KeyEventState;
     } else {
-        qWarning() << "InputContext::sendKeyClick(): no focus to send key click" << key << text
+        qDebug() << "InputContext::sendKeyClick(): no focus to send key click" << key << text
                    << "- QGuiApplication::focusWindow() is:" << QGuiApplication::focusWindow();
     }
 }