summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qstandardgestures_p.h
diff options
context:
space:
mode:
authorRichard Moe Gustavsen <richard.gustavsen@nokia.com>2009-08-27 11:40:03 (GMT)
committerRichard Moe Gustavsen <richard.gustavsen@nokia.com>2009-08-27 12:06:14 (GMT)
commit41631d2803c72565857d68817b4be55a9701e725 (patch)
tree1f9a7b1e716cd53e28fc4ffb2023caec00082337 /src/gui/kernel/qstandardgestures_p.h
parenta69f291170b38166acceef7c93f3b2d6d55c90d1 (diff)
downloadQt-41631d2803c72565857d68817b4be55a9701e725.zip
Qt-41631d2803c72565857d68817b4be55a9701e725.tar.gz
Qt-41631d2803c72565857d68817b4be55a9701e725.tar.bz2
Gestures: make all screen points float
This is more in accordance with touch points, and graphics view Rev-By: Discussed with Denis and Brad
Diffstat (limited to 'src/gui/kernel/qstandardgestures_p.h')
-rw-r--r--src/gui/kernel/qstandardgestures_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/kernel/qstandardgestures_p.h b/src/gui/kernel/qstandardgestures_p.h
index 5adcf3a..0a4debe 100644
--- a/src/gui/kernel/qstandardgestures_p.h
+++ b/src/gui/kernel/qstandardgestures_p.h
@@ -102,9 +102,9 @@ public:
qreal lastScaleFactor;
qreal rotationAngle;
qreal lastRotationAngle;
- QPoint startCenterPoint;
- QPoint lastCenterPoint;
- QPoint centerPoint;
+ QPointF startCenterPoint;
+ QPointF lastCenterPoint;
+ QPointF centerPoint;
#ifdef Q_WS_WIN
int initialDistance;
#endif