summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2010-03-16 01:16:13 (GMT)
committerBea Lam <bea.lam@nokia.com>2010-03-16 01:16:13 (GMT)
commit081fafe395d52ae42b57c36d1279e6ac05ae2cde (patch)
treebf1fa2e0478ed0ea89f5d03aa54555d724017d1b /examples
parentdb0c932bf816b76547798ec62336e25b453d29b8 (diff)
downloadQt-081fafe395d52ae42b57c36d1279e6ac05ae2cde.zip
Qt-081fafe395d52ae42b57c36d1279e6ac05ae2cde.tar.gz
Qt-081fafe395d52ae42b57c36d1279e6ac05ae2cde.tar.bz2
Remove WorkerListModel and integrate its functionality into ListModel.
Task-number: QT-2829
Diffstat (limited to 'examples')
-rw-r--r--examples/declarative/listmodel-threaded/dataloader.js (renamed from examples/declarative/workerlistmodel/dataloader.js)0
-rw-r--r--examples/declarative/listmodel-threaded/timedisplay.qml (renamed from examples/declarative/workerlistmodel/timedisplay.qml)2
2 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/workerlistmodel/dataloader.js b/examples/declarative/listmodel-threaded/dataloader.js
index eac7478..eac7478 100644
--- a/examples/declarative/workerlistmodel/dataloader.js
+++ b/examples/declarative/listmodel-threaded/dataloader.js
diff --git a/examples/declarative/workerlistmodel/timedisplay.qml b/examples/declarative/listmodel-threaded/timedisplay.qml
index 3bf2630..e8d8fe2 100644
--- a/examples/declarative/workerlistmodel/timedisplay.qml
+++ b/examples/declarative/listmodel-threaded/timedisplay.qml
@@ -10,7 +10,7 @@ ListView {
Text { text: time }
}
- WorkerListModel { id: listModel }
+ ListModel { id: listModel }
WorkerScript {
id: worker