aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2012-02-09 19:40:34 +1000
committerQt by Nokia <qt-info@nokia.com>2012-02-09 23:41:19 +0100
commite299f0d86dc7f3d158fbb59d055584e768e39c6b (patch)
treecdb4aaf8d07907743723c1186c9ced25122ce56d /src
parent85069f4315e6f5a26ad78eea1db660cce4db8dd0 (diff)
Doc fix
Change-Id: I94712d5e7ca81618c4c506f5984ff94c46b730dd Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
Diffstat (limited to 'src')
-rw-r--r--src/quick/particles/qquickimageparticle.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/quick/particles/qquickimageparticle.cpp b/src/quick/particles/qquickimageparticle.cpp
index ea67c7f6ae..2936935f3f 100644
--- a/src/quick/particles/qquickimageparticle.cpp
+++ b/src/quick/particles/qquickimageparticle.cpp
@@ -770,9 +770,9 @@ void fillUniformArrayFromImage(float* array, const QImage& img, int size)
Acceptable values are
\list
- \o None: Particles just appear and disappear.
- \o Fade: Particles fade in from 0 opacity at the start of their life, and fade out to 0 at the end.
- \o Scale: Particles scale in from 0 size at the start of their life, and scale back to 0 at the end.
+ \o ImageParticle.None: Particles just appear and disappear.
+ \o ImageParticle.Fade: Particles fade in from 0 opacity at the start of their life, and fade out to 0 at the end.
+ \o ImageParticle.Scale: Particles scale in from 0 size at the start of their life, and scale back to 0 at the end.
\endlist
Default value is Fade.