aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/particles/modelparticles/bubbles.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/particles/modelparticles/bubbles.qml')
-rw-r--r--examples/declarative/particles/modelparticles/bubbles.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/declarative/particles/modelparticles/bubbles.qml b/examples/declarative/particles/modelparticles/bubbles.qml
index d0eb3ea044..23f0b82d01 100644
--- a/examples/declarative/particles/modelparticles/bubbles.qml
+++ b/examples/declarative/particles/modelparticles/bubbles.qml
@@ -63,8 +63,8 @@ Item{
x: parent.width/4
y:parent.height
speed: PointDirection{ y: -64; yVariation: 16 }
- particlesPerSecond: 1
- particleDuration: 8000
+ emitRate: 1
+ lifeSpan: 8000
}
Wander{
system: sys