aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/particles/qsgmaskextruder.cpp
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2011-09-01 21:43:20 +1000
committerQt by Nokia <qt-info@nokia.com>2011-09-08 08:16:24 +0200
commit65d78a51a643e3ad65a00e37e9271da07649ccbc (patch)
tree2d6ccdd4e872291486c1aed76c1a1eea37cd341e /src/declarative/particles/qsgmaskextruder.cpp
parente45295bef132ddf220cecfa3f4343d90908744c5 (diff)
Augment Particle Docs
Just filling out some sections. Change-Id: I5ffe1bf558a556035745ddeae058b0b2f7ecf258 Reviewed-on: http://codereview.qt-project.org/4071 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Martin Jones <martin.jones@nokia.com>
Diffstat (limited to 'src/declarative/particles/qsgmaskextruder.cpp')
-rw-r--r--src/declarative/particles/qsgmaskextruder.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/declarative/particles/qsgmaskextruder.cpp b/src/declarative/particles/qsgmaskextruder.cpp
index 4f8b89a639..6facfac353 100644
--- a/src/declarative/particles/qsgmaskextruder.cpp
+++ b/src/declarative/particles/qsgmaskextruder.cpp
@@ -52,6 +52,9 @@ QT_BEGIN_NAMESPACE
*/
/*!
\qmlproperty url QtQuick.Particles2::MaskShape::source
+
+ The image to use as the mask. Areas with non-zero opacity
+ will be considered inside the shape.
*/