summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwidget_p.h
diff options
context:
space:
mode:
authorBradley T. Hughes <bradley.hughes@nokia.com>2009-05-12 12:51:44 (GMT)
committerBradley T. Hughes <bradley.hughes@nokia.com>2009-05-12 12:51:44 (GMT)
commitd9c2a93e1dc1ea0248d72fdc7f1bb863f8847658 (patch)
tree082e1636a1dfc5eb9d558706e34009d9a8571d35 /src/gui/kernel/qwidget_p.h
parent06d32cd1f14152ee0d49bc4a4a8adee953be11f4 (diff)
downloadQt-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.h2
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