aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicklayouts/qquicklayouts.pro
diff options
context:
space:
mode:
authorOleg Yadrov <oleg.yadrov@qt.io>2017-01-03 14:49:13 -0800
committerOleg Yadrov <oleg.yadrov@qt.io>2017-01-19 23:02:54 +0000
commit03505d6eb7164298617c1a88979e802d7da12e15 (patch)
treea1a6cba30f55accb7255d583b52b11f3b614b83e /tests/auto/quick/qquicklayouts/qquicklayouts.pro
parent94324a4ea2261940d1d55dec141c885bf4f57832 (diff)
StackLayout: propagate rearrange() call to child layouts
Task-number: QTBUG-57867 Change-Id: I0190b892e2bc2966b82a0dbd99e53fd9d6848957 Reviewed-by: Jan Arve Sæther <jan-arve.saether@qt.io>
Diffstat (limited to 'tests/auto/quick/qquicklayouts/qquicklayouts.pro')
-rw-r--r--tests/auto/quick/qquicklayouts/qquicklayouts.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/quick/qquicklayouts/qquicklayouts.pro b/tests/auto/quick/qquicklayouts/qquicklayouts.pro
index 9ed3e076be..5079d0a182 100644
--- a/tests/auto/quick/qquicklayouts/qquicklayouts.pro
+++ b/tests/auto/quick/qquicklayouts/qquicklayouts.pro
@@ -9,5 +9,6 @@ TESTDATA = data/*
OTHER_FILES += \
data/tst_rowlayout.qml \
- data/tst_gridlayout.qml
+ data/tst_gridlayout.qml \
+ data/tst_stacklayout.qml