From: Alan Alpert Date: Fri, 6 Jul 2012 00:36:12 +0000 (+1000) Subject: Update Age affector doc references X-Git-Tag: 071012131707~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d4f5b91b6ce54a37da1161d65c380d8d85f6ee2c;p=profile%2Fivi%2Fqtdeclarative.git Update Age affector doc references Task-number: QTBUG-26240 Change-Id: Ib58a47deea2706f7fd683106380d1618d8b1d2cd Reviewed-by: Chris Adams --- diff --git a/src/particles/qquickage.cpp b/src/particles/qquickage.cpp index 6527069..daccec9 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 1cbc337..891c50e 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. */ /*!