You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qt5-qtvirtualkeyboard/qtvirtualkeyboard-everywher...

13 lines
890 B

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();
}
}