aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickflickable/data
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2019-10-04 15:12:35 +0200
committerFabian Kosmale <fabian.kosmale@qt.io>2019-10-07 07:51:29 +0200
commit0bbd52ac6f98e7020208faa2dbd774824ed212c7 (patch)
tree8d4b3a710f95bb4792d6e45a21c98aa5638721da /tests/auto/quick/qquickflickable/data
parent82dc70261eb701deff800c224a4ac7733a6feb49 (diff)
tst_qquickflickable: avoid setContextProperty
Change-Id: Iaf123e647143275cfc9efcd39a1cd5944d599972 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tests/auto/quick/qquickflickable/data')
-rw-r--r--tests/auto/quick/qquickflickable/data/resize.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/quick/qquickflickable/data/resize.qml b/tests/auto/quick/qquickflickable/data/resize.qml
index 2f7ae7b8bb..131691d012 100644
--- a/tests/auto/quick/qquickflickable/data/resize.qml
+++ b/tests/auto/quick/qquickflickable/data/resize.qml
@@ -1,6 +1,7 @@
import QtQuick 2.0
Rectangle {
+ required property bool setRebound
function resizeContent() {
flick.resizeContent(600, 600, Qt.point(100, 100))
}