aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/particles/modelparticles/package.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/particles/modelparticles/package.qml')
-rw-r--r--examples/declarative/particles/modelparticles/package.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/declarative/particles/modelparticles/package.qml b/examples/declarative/particles/modelparticles/package.qml
index 64873802a5..0aa8903270 100644
--- a/examples/declarative/particles/modelparticles/package.qml
+++ b/examples/declarative/particles/modelparticles/package.qml
@@ -85,7 +85,7 @@ Rectangle {
width: 100
x: 50
speed: PointDirection{ y: 40 }
- particleDuration: 5000
- particlesPerSecond: 1.6
+ lifeSpan: 5000
+ emitRate: 1.6
}
}