aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2011-05-23 15:16:00 +1000
committerAlan Alpert <alan.alpert@nokia.com>2011-05-23 15:16:00 +1000
commit52d1ff7d3f302d3f4fc84085e4c4c9bd31c4e359 (patch)
treef393b3dc07c8efcf2617ceb6ad80adb9a4e83d53 /demos
parent2c5df92e860f8fba494b62ce6ee619766f004490 (diff)
Split up ModelParticle
Now has DataParticle (with model and delegate) and an ItemParticle (which you just feed items manually). ModelParticle left for now for damage control - it will probably just disappear someday.
Diffstat (limited to 'demos')
-rw-r--r--demos/declarative/flickr/content/StreamView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/declarative/flickr/content/StreamView.qml b/demos/declarative/flickr/content/StreamView.qml
index 26384d3c07..26a3f35e63 100644
--- a/demos/declarative/flickr/content/StreamView.qml
+++ b/demos/declarative/flickr/content/StreamView.qml
@@ -52,7 +52,7 @@ Item{
anchors.fill:parent
overwrite: false
}
- ModelParticle{
+ DataParticle{
id: mp
fade: false
system: sys