Documentation Augmentation
authorAlan Alpert <alan.alpert@nokia.com>
Fri, 7 Oct 2011 01:27:15 +0000 (11:27 +1000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 10 Oct 2011 03:47:57 +0000 (05:47 +0200)
The property name changed, the docs should change too

Change-Id: Idcdb9eaf570a7189da1ea00c9482fd1f72371906
Reviewed-on: http://codereview.qt-project.org/6189
Reviewed-by: Martin Jones <martin.jones@nokia.com>
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>

src/declarative/particles/qsgparticlesystem.cpp

index 9190bd4..643781b 100644 (file)
@@ -88,9 +88,9 @@ DEFINE_BOOL_CONFIG_OPTION(qmlParticlesDebug, QML_PARTICLES_DEBUG)
 */
 
 /*!
-    \qmlproperty bool QtQuick.Particles2::ParticleSystem::clear
+    \qmlproperty bool QtQuick.Particles2::ParticleSystem::empty
 
-    clear is set to true when there are no live particles left in the system.
+    empty is set to true when there are no live particles left in the system.
 
     You can use this to pause the system, keeping it from spending any time updating,
     but you will need to resume it in order for additional particles to be generated