From e8b4767aea7a050dd4dc379e86f7c123fdd091af Mon Sep 17 00:00:00 2001 From: Alan Alpert Date: Fri, 27 May 2011 13:41:13 +1000 Subject: [PATCH] Update image stream example ModelParticle has died. --- .../particles/modelparticles/stream.qml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/declarative/particles/modelparticles/stream.qml b/examples/declarative/particles/modelparticles/stream.qml index 4a69718..0ad807b 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"){ -- 1.7.2.5