aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/touch/mpta-crosshairs.qml
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2017-08-09 07:14:23 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2017-08-09 07:14:23 +0000
commitbf0368f9af60278f5216dabed3cf9a2bf0e1233b (patch)
tree7115045c3e3b915564d7c25d27502ec6f48db926 /tests/manual/touch/mpta-crosshairs.qml
parent0047b3bdc0938077d7049f4103f835b52897b93a (diff)
parent41d0240c8c203fe701efbddc00d0a05254a8a2c4 (diff)
Merge "Merge branch 'wip/pointerhandler' into dev" into refs/staging/dev
Diffstat (limited to 'tests/manual/touch/mpta-crosshairs.qml')
-rw-r--r--tests/manual/touch/mpta-crosshairs.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/manual/touch/mpta-crosshairs.qml b/tests/manual/touch/mpta-crosshairs.qml
index d1dbd0f188..efea16029b 100644
--- a/tests/manual/touch/mpta-crosshairs.qml
+++ b/tests/manual/touch/mpta-crosshairs.qml
@@ -50,6 +50,7 @@ Rectangle {
MultiPointTouchArea {
id: mpta
anchors.fill: parent
+ //onGestureStarted: gesture.grab() // in case this is embedded in something that might steal
touchPoints: [
TouchPoint { property color color: "red" },
TouchPoint { property color color: "orange" },