aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2011-09-14 17:26:59 +1000
committerQt by Nokia <qt-info@nokia.com>2011-09-16 03:48:32 +0200
commit2d3646f1d5b4cc6ada0d38013392491289b079f9 (patch)
tree425f3d165b8de1f87981660bd2162d44df5a2b0a /src
parentd6a2d7ae8ccec47720371ce9c91c2f40ea4965e7 (diff)
Documentation Augmentation
Change-Id: I662526a9c0f9c8694ec39aa0d5ad9286d1c9f208 Reviewed-on: http://codereview.qt-project.org/4863 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Martin Jones <martin.jones@nokia.com>
Diffstat (limited to 'src')
-rw-r--r--src/declarative/particles/qsgparticleemitter.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/declarative/particles/qsgparticleemitter.cpp b/src/declarative/particles/qsgparticleemitter.cpp
index fdba3def41..f10bf1edd7 100644
--- a/src/declarative/particles/qsgparticleemitter.cpp
+++ b/src/declarative/particles/qsgparticleemitter.cpp
@@ -77,9 +77,11 @@ QT_BEGIN_NAMESPACE
/*!
\qmlproperty Shape QtQuick.Particles2::Emitter::shape
- This shape is applied to the bounding box of the emitter. Particles are then emitting
- from inside the area of the shape.
+ This shape is applied with the size of the Emitter. Particles will be emitted
+ randomly from any area covered by the shape.
+ The default shape is a filled in rectangle, which corresponds to the full bounding
+ box of the Emitter.
*/
/*!
\qmlproperty bool QtQuick.Particles2::Emitter::emitting