summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/gui/kernel/qevent.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/kernel/qevent.cpp b/src/gui/kernel/qevent.cpp
index e9cef98c4f..0519a6992f 100644
--- a/src/gui/kernel/qevent.cpp
+++ b/src/gui/kernel/qevent.cpp
@@ -3206,6 +3206,8 @@ QShortcutEvent::~QShortcutEvent()
#ifndef QT_NO_DEBUG_STREAM
+QDebug operator<<(QDebug, const QTouchEvent::TouchPoint &);
+
static inline void formatTouchPoint(QDebug d, const QTouchEvent::TouchPoint &tp)
{
d << "TouchPoint(" << tp.id() << ' ' << tp.rect();