diff options
author | Bradley T. Hughes <bradley.hughes@nokia.com> | 2009-05-12 12:51:44 (GMT) |
---|---|---|
committer | Bradley T. Hughes <bradley.hughes@nokia.com> | 2009-05-12 12:51:44 (GMT) |
commit | d9c2a93e1dc1ea0248d72fdc7f1bb863f8847658 (patch) | |
tree | 082e1636a1dfc5eb9d558706e34009d9a8571d35 /src/gui/kernel/qwidget_p.h | |
parent | 06d32cd1f14152ee0d49bc4a4a8adee953be11f4 (diff) | |
download | Qt-d9c2a93e1dc1ea0248d72fdc7f1bb863f8847658.zip Qt-d9c2a93e1dc1ea0248d72fdc7f1bb863f8847658.tar.gz Qt-d9c2a93e1dc1ea0248d72fdc7f1bb863f8847658.tar.bz2 |
Don't store the current list of touch points for a widget in QWidgetPrivate
This is information that's maintained by QApplication, so it belongs there instead.
Diffstat (limited to 'src/gui/kernel/qwidget_p.h')
-rw-r--r-- | src/gui/kernel/qwidget_p.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/kernel/qwidget_p.h b/src/gui/kernel/qwidget_p.h index 1ab31e4..d1f3acb 100644 --- a/src/gui/kernel/qwidget_p.h +++ b/src/gui/kernel/qwidget_p.h @@ -670,8 +670,6 @@ public: } QSize adjustedSize() const; - - QList<QTouchEvent::TouchPoint *> currentTouchPoints; }; inline QWExtra *QWidgetPrivate::extraData() const |