summaryrefslogtreecommitdiff
path: root/tests/auto/extras/data/tst_gauge.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_gauge.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_gauge.qml')
-rw-r--r--tests/auto/extras/data/tst_gauge.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/extras/data/tst_gauge.qml b/tests/auto/extras/data/tst_gauge.qml
index fc408cdf..f5522780 100644
--- a/tests/auto/extras/data/tst_gauge.qml
+++ b/tests/auto/extras/data/tst_gauge.qml
@@ -46,7 +46,7 @@ import "TestUtils.js" as TestUtils
TestCase {
id: testcase
name: "Tests_Gauge"
- visible: windowShown
+ visible: true
when: windowShown
width: 200
height: 200