Skip to content

Commit 445d29d

Browse files
author
Kalle Viironen
committed
Add Missing Debug Operator Declaration for QTouchEvent::TouchPoint
Debug operator for QTouchEvent::TouchPoint was added in fa81aa6 but that commit was missing the declaration. Change-Id: I1bce5f131c5995e0696babe3172cbba95704ac5d Reviewed-by: Friedemann Kleint <[email protected]>
1 parent fa81aa6 commit 445d29d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/gui/kernel/qevent.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3206,6 +3206,8 @@ QShortcutEvent::~QShortcutEvent()
32063206

32073207
#ifndef QT_NO_DEBUG_STREAM
32083208

3209+
QDebug operator<<(QDebug, const QTouchEvent::TouchPoint &);
3210+
32093211
static inline void formatTouchPoint(QDebug d, const QTouchEvent::TouchPoint &tp)
32103212
{
32113213
d << "TouchPoint(" << tp.id() << ' ' << tp.rect();

0 commit comments

Comments
 (0)