aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2011-10-07 11:27:15 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-10 05:47:57 +0200
commit65bf7aa06a59790d0aea30b909577747510bb5d1 (patch)
tree0bef9138c47eec26633300f1ca0109082a3b1eb9 /src
parent08d8fe791bd032f030db202df243160fca486bcf (diff)
Documentation Augmentation
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>
Diffstat (limited to 'src')
-rw-r--r--src/declarative/particles/qsgparticlesystem.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/particles/qsgparticlesystem.cpp b/src/declarative/particles/qsgparticlesystem.cpp
index 9190bd47d3..643781bfc7 100644
--- a/src/declarative/particles/qsgparticlesystem.cpp
+++ b/src/declarative/particles/qsgparticlesystem.cpp
@@ -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