summaryrefslogtreecommitdiff
path: root/tests/auto/controls/data/tst_busyindicator.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/controls/data/tst_busyindicator.qml')
-rw-r--r--tests/auto/controls/data/tst_busyindicator.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/controls/data/tst_busyindicator.qml b/tests/auto/controls/data/tst_busyindicator.qml
index c949788b..ef93d7bd 100644
--- a/tests/auto/controls/data/tst_busyindicator.qml
+++ b/tests/auto/controls/data/tst_busyindicator.qml
@@ -54,7 +54,7 @@ Item {
height:400
function test_createIndicator() {
- var indicator = Qt.createQmlObject('import QtQuick.Controls 1.1; BusyIndicator {}', testCase, '');
+ var indicator = Qt.createQmlObject('import QtQuick.Controls 1.2; BusyIndicator {}', testCase, '');
indicator.running = true
indicator.destroy()
}