summaryrefslogtreecommitdiff
path: root/tests/auto/extras/data/tst_statusindicator.qml
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2016-04-29 08:49:17 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2016-04-29 08:18:38 +0000
commitee5593719eef1e85e410574a731ec674ea99968f (patch)
tree9cc5c60bd9f9078c9390c26f07530cff191d112c /tests/auto/extras/data/tst_statusindicator.qml
parentb9308e0f6c54668ac5221105e0c45ac89a19823d (diff)
downloadqtquickcontrols-ee5593719eef1e85e410574a731ec674ea99968f.tar.gz
tst_extras: change QML TestCase visibility bindings
Let QML TestCase be implicitly shown together with the internal test window. The visibility binding to windowShown is unnecessary, and might cause extra visibility state changes, which in turn may cause other issues further down the chain. Change-Id: I59654c4035185ddcbc1e2c4c231f9a6d76d12383 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'tests/auto/extras/data/tst_statusindicator.qml')
-rw-r--r--tests/auto/extras/data/tst_statusindicator.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/extras/data/tst_statusindicator.qml b/tests/auto/extras/data/tst_statusindicator.qml
index ab9b889a..9c85c5c3 100644
--- a/tests/auto/extras/data/tst_statusindicator.qml
+++ b/tests/auto/extras/data/tst_statusindicator.qml
@@ -47,7 +47,7 @@ import QtQuick.Extras 1.4
TestCase {
id: testCase
name: "Tests_StatusIndicator"
- visible: windowShown
+ visible: true
when: windowShown
width: 400
height: 400