aboutsummaryrefslogtreecommitdiffstats
path: root/src/particles
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2012-07-06 10:36:12 +1000
committerQt by Nokia <qt-info@nokia.com>2012-07-06 05:05:44 +0200
commitd4f5b91b6ce54a37da1161d65c380d8d85f6ee2c (patch)
tree0d91a73796527a9fb13d5b9f5c156c0e7354e975 /src/particles
parent9d7ad801864207bd64928e1d1b6c2c63ec0957a8 (diff)
Update Age affector doc references
Task-number: QTBUG-26240 Change-Id: Ib58a47deea2706f7fd683106380d1618d8b1d2cd Reviewed-by: Chris Adams <christopher.adams@nokia.com>
Diffstat (limited to 'src/particles')
-rw-r--r--src/particles/qquickage.cpp3
-rw-r--r--src/particles/qquickparticlesystem.cpp2
2 files changed, 4 insertions, 1 deletions
diff --git a/src/particles/qquickage.cpp b/src/particles/qquickage.cpp
index 6527069913..daccec9418 100644
--- a/src/particles/qquickage.cpp
+++ b/src/particles/qquickage.cpp
@@ -52,6 +52,9 @@ QT_BEGIN_NAMESPACE
The Age affector allows you to alter where the particle is in its lifecycle. Common uses
are to expire particles prematurely, possibly giving them time to animate out.
+ The Age affector is also sometimes known as a 'Kill' affector, because with the default
+ parameters it will immediately expire all particles which it affects.
+
The Age affector only applies to particles which are still alive.
*/
/*!
diff --git a/src/particles/qquickparticlesystem.cpp b/src/particles/qquickparticlesystem.cpp
index 1cbc337488..891c50ed44 100644
--- a/src/particles/qquickparticlesystem.cpp
+++ b/src/particles/qquickparticlesystem.cpp
@@ -140,7 +140,7 @@ DEFINE_BOOL_CONFIG_OPTION(qmlParticlesDebug, QML_PARTICLES_DEBUG)
but you will need to resume it in order for additional particles to be generated
by the system.
- To kill all the particles in the system, use a Kill affector.
+ To kill all the particles in the system, use an Age affector.
*/
/*!