diff options
author | Bradley T. Hughes <bradley.hughes@nokia.com> | 2009-06-08 08:26:52 (GMT) |
---|---|---|
committer | Bradley T. Hughes <bradley.hughes@nokia.com> | 2009-06-08 08:26:52 (GMT) |
commit | 0af3c490d6a8763f54e8fc52ffc077d4940b526e (patch) | |
tree | ba8ad731f473f8a6ac22a04412630599b407edca /src/gui/kernel/qapplication_p.h | |
parent | 66f1080dc931ea024014ab3153ef7b99039540d2 (diff) | |
download | Qt-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.h | 2 |
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 |