Update Age affector doc references
authorAlan Alpert <alan.alpert@nokia.com>
Fri, 6 Jul 2012 00:36:12 +0000 (10:36 +1000)
committerQt by Nokia <qt-info@nokia.com>
Fri, 6 Jul 2012 03:05:44 +0000 (05:05 +0200)
Task-number:  QTBUG-26240
Change-Id: Ib58a47deea2706f7fd683106380d1618d8b1d2cd
Reviewed-by: Chris Adams <christopher.adams@nokia.com>
src/particles/qquickage.cpp
src/particles/qquickparticlesystem.cpp

index 6527069..daccec9 100644 (file)
@@ -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.
 */
 /*!
index 1cbc337..891c50e 100644 (file)
@@ -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.
 */
 
 /*!