aboutsummaryrefslogtreecommitdiffstats
path: root/src/particles/qquickage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/particles/qquickage.cpp')
-rw-r--r--src/particles/qquickage.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/particles/qquickage.cpp b/src/particles/qquickage.cpp
index 1968e11f69..97e800e3cc 100644
--- a/src/particles/qquickage.cpp
+++ b/src/particles/qquickage.cpp
@@ -59,7 +59,7 @@ QT_BEGIN_NAMESPACE
The Age affector only applies to particles which are still alive.
*/
/*!
- \qmlproperty int QtQuick.Particles2::Age::lifeLeft
+ \qmlproperty int QtQuick.Particles::Age::lifeLeft
The amount of life to set the particle to have. Affected particles
will advance to a point in their life where they will have this many
@@ -67,7 +67,7 @@ QT_BEGIN_NAMESPACE
*/
/*!
- \qmlproperty bool QtQuick.Particles2::Age::advancePosition
+ \qmlproperty bool QtQuick.Particles::Age::advancePosition
advancePosition determines whether position, veclocity and acceleration are included in
the simulated aging done by the affector. If advancePosition is false,