diff options
-rw-r--r-- | src/gui/kernel/qevent.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/kernel/qevent.cpp b/src/gui/kernel/qevent.cpp index e9cef98..0519a69 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(); |