From: Alan Alpert Date: Fri, 7 Oct 2011 01:27:15 +0000 (+1000) Subject: Documentation Augmentation X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=65bf7aa06a59790d0aea30b909577747510bb5d1;p=konrad%2Fqtdeclarative.git 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 Sanity-Review: Qt Sanity Bot --- diff --git a/src/declarative/particles/qsgparticlesystem.cpp b/src/declarative/particles/qsgparticlesystem.cpp index 9190bd4..643781b 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