diff --git a/src/gui/kernel/qguiapplication.cpp b/src/gui/kernel/qguiapplication.cpp index f11193055e1..013993b3f88 100644 --- a/src/gui/kernel/qguiapplication.cpp +++ b/src/gui/kernel/qguiapplication.cpp @@ -3102,7 +3102,7 @@ void QGuiApplicationPrivate::processTouchEvent(QWindowSystemInterfacePrivate::To } // If we somehow still don't have a window, we can't deliver this touchpoint. (should never happen) if (Q_UNLIKELY(!window)) { - qCWarning(lcPtrDispatch) << "skipping" << &tempPt << ": no target window"; + qCDebug(lcPtrDispatch) << "skipping" << &tempPt << ": no target window"; continue; } QMutableEventPoint::update(tempPt, ep);