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.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/quick/threading/threadedlistmodel/timedisplay.qml b/examples/quick/threading/threadedlistmodel/timedisplay.qml
index 48d0f659e5..266534a57c 100644
--- a/examples/quick/threading/threadedlistmodel/timedisplay.qml
+++ b/examples/quick/threading/threadedlistmodel/timedisplay.qml
@@ -38,7 +38,6 @@
**
****************************************************************************/
-// ![0]
import QtQuick 2.0
Rectangle {
@@ -60,6 +59,7 @@ Rectangle {
source: "dataloader.js"
}
+// ![0]
Timer {
id: timer
interval: 2000; repeat: true
@@ -71,6 +71,6 @@ Rectangle {
worker.sendMessage(msg);
}
}
+// ![0]
}
}
-// ![0]