aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/particles/qquickimageparticle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/particles/qquickimageparticle.cpp')
-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.