diff --git a/src/gui/kernel/qevent.cpp b/src/gui/kernel/qevent.cpp index 833fa92082..4e6de35c94 100644 --- a/src/gui/kernel/qevent.cpp +++ b/src/gui/kernel/qevent.cpp @@ -4166,7 +4166,7 @@ QT_WARNING_POP const QNativeGestureEvent *ne = static_cast(e); dbg << "QNativeGestureEvent("; QtDebugUtils::formatQEnum(dbg, ne->gestureType()); - dbg << ", localPos="; + dbg << ", fingerCount=" << ne->fingerCount() << ", localPos="; QtDebugUtils::formatQPoint(dbg, ne->position()); if (!qIsNull(ne->value())) dbg << ", value=" << ne->value();