aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/pointer/main.qml
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2017-02-08 15:08:53 +0100
committerShawn Rutledge <shawn.rutledge@qt.io>2017-02-14 07:01:56 +0000
commit4e7041c65216ada4f5fb604a9df840152ba60317 (patch)
tree30d117f7df2fbabd48781a6abe06a3503a7c68ab /tests/manual/pointer/main.qml
parent34d17ce0243ffad278ac7cf57804bf150524940a (diff)
pointer handlers manual test: can give arg with qml to launch
This makes it easier to repeatedly launch the same test: specify the qml file on the command line instead of having to click the list item each time. e.g. ./pointer tapHandler.qml Change-Id: I30b449b161107b1746418fc45518d202ba7d8381 Reviewed-by: Jan Arve Sæther <jan-arve.saether@qt.io>
Diffstat (limited to 'tests/manual/pointer/main.qml')
-rw-r--r--tests/manual/pointer/main.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/manual/pointer/main.qml b/tests/manual/pointer/main.qml
index a71490d23b..e60edd06ce 100644
--- a/tests/manual/pointer/main.qml
+++ b/tests/manual/pointer/main.qml
@@ -48,6 +48,7 @@ Window {
visible: true
Examples.LauncherList {
id: ll
+ objectName: "LauncherList"
anchors.fill: parent
Component.onCompleted: {
addExample("single point handler", "QQuickPointerSingleHandler: test properties copied from events", Qt.resolvedUrl("singlePointHandlerProperties.qml"))