aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/threading/threadedlistmodel/timedisplay.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/threading/threadedlistmodel/timedisplay.qml')
-rw-r--r--examples/quick/threading/threadedlistmodel/timedisplay.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/threading/threadedlistmodel/timedisplay.qml b/examples/quick/threading/threadedlistmodel/timedisplay.qml
index cafb1be02e..5ad901c676 100644
--- a/examples/quick/threading/threadedlistmodel/timedisplay.qml
+++ b/examples/quick/threading/threadedlistmodel/timedisplay.qml
@@ -66,7 +66,7 @@ Rectangle {
WorkerScript {
id: worker
- source: "dataloader.js"
+ source: "dataloader.mjs"
}
// ![0]