aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/pointer/qml.qrc
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2020-12-04 21:31:34 +0100
committerShawn Rutledge <shawn.rutledge@qt.io>2020-12-05 00:08:43 +0100
commitdc3f7fc58360a5551b588fe79b810d9fa2155dca (patch)
tree6bf3b87ef0b673d1fcabbaa72ccb5c908999d801 /tests/manual/pointer/qml.qrc
parent628af504fced03c41269749634b830775412410d (diff)
Pointer manual test: double up flickablesWithHandlers.qml
It was one Flickable before, with stuff in it; now it's two of the same, side-by-side, so as to test flicking the two in parallel on a touchscreen. Change-Id: Iec1ef935ee1c0a97bed49959b117b85d65fa84af Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'tests/manual/pointer/qml.qrc')
-rw-r--r--tests/manual/pointer/qml.qrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/pointer/qml.qrc b/tests/manual/pointer/qml.qrc
index 20956fcbac..79df367391 100644
--- a/tests/manual/pointer/qml.qrc
+++ b/tests/manual/pointer/qml.qrc
@@ -3,7 +3,7 @@
<file>flingAnimation.qml</file>
<file>main.qml</file>
<file>fakeFlickable.qml</file>
- <file>flickableWithHandlers.qml</file>
+ <file>flickablesWithHandlers.qml</file>
<file>joystick.qml</file>
<file>map.qml</file>
<file>mixer.qml</file>