From 65bf7aa06a59790d0aea30b909577747510bb5d1 Mon Sep 17 00:00:00 2001 From: Alan Alpert Date: Fri, 7 Oct 2011 11:27:15 +1000 Subject: [PATCH] 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 --- src/declarative/particles/qsgparticlesystem.cpp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.2.5