aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickflickable/data/nestedStopAtBounds.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quick/qquickflickable/data/nestedStopAtBounds.qml')
-rw-r--r--tests/auto/quick/qquickflickable/data/nestedStopAtBounds.qml5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/quick/qquickflickable/data/nestedStopAtBounds.qml b/tests/auto/quick/qquickflickable/data/nestedStopAtBounds.qml
index f2d25b292f..bedfe35470 100644
--- a/tests/auto/quick/qquickflickable/data/nestedStopAtBounds.qml
+++ b/tests/auto/quick/qquickflickable/data/nestedStopAtBounds.qml
@@ -10,6 +10,7 @@ Flickable {
contentWidth: 500
contentHeight: 500
flickableDirection: inner.flickableDirection
+ Text { x: 100; y: 80; text: "dragging: outer " + outer.dragging + " inner " + inner.dragging }
// faster rebound to speed up test runs
rebound: Transition {
@@ -28,6 +29,10 @@ Flickable {
color: "yellow"
objectName: "yellowRect"
+ Text {
+ text: "...."
+ y: 250
+ }
Flickable {
id: inner