summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qapplication_p.h
diff options
context:
space:
mode:
authorBradley T. Hughes <bradley.hughes@nokia.com>2009-06-08 08:26:52 (GMT)
committerBradley T. Hughes <bradley.hughes@nokia.com>2009-06-08 08:26:52 (GMT)
commit0af3c490d6a8763f54e8fc52ffc077d4940b526e (patch)
treeba8ad731f473f8a6ac22a04412630599b407edca /src/gui/kernel/qapplication_p.h
parent66f1080dc931ea024014ab3153ef7b99039540d2 (diff)
downloadQt-0af3c490d6a8763f54e8fc52ffc077d4940b526e.zip
Qt-0af3c490d6a8763f54e8fc52ffc077d4940b526e.tar.gz
Qt-0af3c490d6a8763f54e8fc52ffc077d4940b526e.tar.bz2
Compile on Windows again
Diffstat (limited to 'src/gui/kernel/qapplication_p.h')
-rw-r--r--src/gui/kernel/qapplication_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qapplication_p.h b/src/gui/kernel/qapplication_p.h
index d34d4fe..60796fc 100644
--- a/src/gui/kernel/qapplication_p.h
+++ b/src/gui/kernel/qapplication_p.h
@@ -453,7 +453,7 @@ public:
static qt_CloseTouchInputHandlePtr CloseTouchInputHandle;
QHash<DWORD, int> touchInputIDToTouchPointID;
- QVector<QTouchEvent::TouchPoint *> appAllTouchPoints;
+ QList<QTouchEvent::TouchPoint> appAllTouchPoints;
bool translateTouchEvent(const MSG &msg);
#endif