aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/pointer/content
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2016-10-18 18:45:49 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2017-03-07 12:24:55 +0000
commit95d1ff465c292445d36fa071b1f37a8cdaa2d7aa (patch)
treeff953891c780d8fe4f193669d5697e6c5460e8c7 /tests/manual/pointer/content
parent2f204d3e6a4e5107e09e9b87b841fe91bb6743ac (diff)
TapHandler manual test: demonstrate tapped signal
Missiles are too expensive to launch in continuous sprays anyway. Also, it's too hard to keep holding down the "balloons" button if we use policy DragThreshold. This is better to have on the fighters button, since the usual use case is that ballons are launched first, and cheap enough to launch continuously. Change-Id: I3b52556b81afad9fb7ec1a4b1dec4dde3bab104c Reviewed-by: Jan Arve Sæther <jan-arve.saether@qt.io>
Diffstat (limited to 'tests/manual/pointer/content')
-rw-r--r--tests/manual/pointer/content/MultiButton.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/pointer/content/MultiButton.qml b/tests/manual/pointer/content/MultiButton.qml
index 5b31e9ebd0..4a737dc9b0 100644
--- a/tests/manual/pointer/content/MultiButton.qml
+++ b/tests/manual/pointer/content/MultiButton.qml
@@ -62,7 +62,7 @@ Rectangle {
objectName: label.text
onTapped: {
tapFlash.start()
- root.tapped
+ root.tapped()
}
}