From e299f0d86dc7f3d158fbb59d055584e768e39c6b Mon Sep 17 00:00:00 2001 From: Alan Alpert Date: Thu, 9 Feb 2012 19:40:34 +1000 Subject: Doc fix Change-Id: I94712d5e7ca81618c4c506f5984ff94c46b730dd Reviewed-by: Michael Brasser --- src/quick/particles/qquickimageparticle.cpp | 6 +++--- 1 file 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. -- cgit v1.2.3