summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qgesture_p.h
diff options
context:
space:
mode:
authorDenis Dzyubenko <denis.dzyubenko@nokia.com>2009-10-30 16:14:53 (GMT)
committerDenis Dzyubenko <denis.dzyubenko@nokia.com>2009-11-03 10:26:05 (GMT)
commit54db3afc9797a3adf5a38f35f6338960924e9e1a (patch)
tree7ef984555683aeeba5e8963ae9206786181d08f1 /src/gui/kernel/qgesture_p.h
parentb7b4df9c87805be372fa6f74422e0f4648a5d520 (diff)
downloadQt-54db3afc9797a3adf5a38f35f6338960924e9e1a.zip
Qt-54db3afc9797a3adf5a38f35f6338960924e9e1a.tar.gz
Qt-54db3afc9797a3adf5a38f35f6338960924e9e1a.tar.bz2
Implemented pinch gesture recognizer.
Reviewed-by: trustme
Diffstat (limited to 'src/gui/kernel/qgesture_p.h')
-rw-r--r--src/gui/kernel/qgesture_p.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/kernel/qgesture_p.h b/src/gui/kernel/qgesture_p.h
index 34fbb26..73a6bcf 100644
--- a/src/gui/kernel/qgesture_p.h
+++ b/src/gui/kernel/qgesture_p.h
@@ -121,6 +121,9 @@ public:
qreal totalRotationAngle;
qreal lastRotationAngle;
qreal rotationAngle;
+
+ bool isNewSequence;
+ QPointF startPosition[2];
};
class QSwipeGesturePrivate : public QGesturePrivate