docfix: Emitter.enabled was documented as Emitter.emitting.
authorGunnar Sletta <gunnar.sletta@digia.com>
Mon, 28 Jan 2013 11:15:54 +0000 (12:15 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 29 Jan 2013 05:25:46 +0000 (06:25 +0100)
Change-Id: I9500c336b9e11f858da95ff4ed783b70876f3fd6
Reviewed-by: Alan Alpert <aalpert@rim.com>

src/particles/qquickparticleemitter.cpp

index eeb0aef..b4e3a82 100644 (file)
@@ -88,7 +88,7 @@ QT_BEGIN_NAMESPACE
     box of the Emitter.
 */
 /*!
-    \qmlproperty bool QtQuick.Particles2::Emitter::emitting
+    \qmlproperty bool QtQuick.Particles2::Emitter::enabled
 
     If set to false, the emitter will cease emissions until it is set to true.