aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2011-05-27 13:41:13 +1000
committerAlan Alpert <alan.alpert@nokia.com>2011-05-27 13:41:13 +1000
commite8b4767aea7a050dd4dc379e86f7c123fdd091af (patch)
tree43a0c5b1b362b6f4254480fcd790acef0e310ff8 /examples
parent2845d014ec873792897af313c4a86e833d4d2d9b (diff)
Update image stream example
ModelParticle has died.
Diffstat (limited to 'examples')
-rw-r--r--examples/declarative/particles/modelparticles/stream.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/declarative/particles/modelparticles/stream.qml b/examples/declarative/particles/modelparticles/stream.qml
index 4a697184d2..0ad807bc7b 100644
--- a/examples/declarative/particles/modelparticles/stream.qml
+++ b/examples/declarative/particles/modelparticles/stream.qml
@@ -212,8 +212,8 @@ Item{
//TODO: Darken based on 'depth'
width: 132
height: 132
- //ModelParticle.onAttached: console.log("I'm in" + x + "," + y + ":" + opacity);
- ModelParticle.onDetached: mp.take(container);//respawns
+ //ItemParticle.onAttached: console.log("I'm in" + x + "," + y + ":" + opacity);
+ ItemParticle.onDetached: mp.take(container);//respawns
function manage()
{
if(state == "selected"){