summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwidget_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/kernel/qwidget_p.h')
-rw-r--r--src/gui/kernel/qwidget_p.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/kernel/qwidget_p.h b/src/gui/kernel/qwidget_p.h
index 8731551..df17566 100644
--- a/src/gui/kernel/qwidget_p.h
+++ b/src/gui/kernel/qwidget_p.h
@@ -663,6 +663,9 @@ public:
}
QSize adjustedSize() const;
+
+ QEvent::Type touchEventType;
+ QList<QTouchEvent::TouchPoint *> currentTouchPoints, activeTouchPoints;
};
inline QWExtra *QWidgetPrivate::extraData() const