aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickloader/data/noEngine.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quick/qquickloader/data/noEngine.qml')
-rw-r--r--tests/auto/quick/qquickloader/data/noEngine.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/quick/qquickloader/data/noEngine.qml b/tests/auto/quick/qquickloader/data/noEngine.qml
index 19e619f32e..821ed30649 100644
--- a/tests/auto/quick/qquickloader/data/noEngine.qml
+++ b/tests/auto/quick/qquickloader/data/noEngine.qml
@@ -18,7 +18,7 @@ Item {
Timer {
onTriggered: {
root.a = true
- l.source = "loaded.qml"
+ l.source = "BlueRect.qml"
}
interval: 0
running: true