aboutsummaryrefslogtreecommitdiffstats
path: root/src/particles/qquickangledirection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/particles/qquickangledirection.cpp')
-rw-r--r--src/particles/qquickangledirection.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/particles/qquickangledirection.cpp b/src/particles/qquickangledirection.cpp
index b2ccd31eff..54f9093181 100644
--- a/src/particles/qquickangledirection.cpp
+++ b/src/particles/qquickangledirection.cpp
@@ -59,7 +59,7 @@ const qreal CONV = 0.017453292519943295;
as well as varying the parameters by angle or magnitude.
*/
/*!
- \qmlproperty real QtQuick.Particles2::AngleDirection::angle
+ \qmlproperty real QtQuick.Particles::AngleDirection::angle
This property specifies the base angle for the direction.
The angle of this direction will vary by no more than angleVariation
from this angle.
@@ -69,7 +69,7 @@ const qreal CONV = 0.017453292519943295;
The default value is zero.
*/
/*!
- \qmlproperty real QtQuick.Particles2::AngleDirection::magnitude
+ \qmlproperty real QtQuick.Particles::AngleDirection::magnitude
This property specifies the base magnitude for the direction.
The magnitude of this direction will vary by no more than magnitudeVariation
from this magnitude.
@@ -79,7 +79,7 @@ const qreal CONV = 0.017453292519943295;
The default value is zero.
*/
/*!
- \qmlproperty real QtQuick.Particles2::AngleDirection::angleVariation
+ \qmlproperty real QtQuick.Particles::AngleDirection::angleVariation
This property specifies the maximum angle variation for the direction.
The angle of the direction will vary by up to angleVariation clockwise
and anticlockwise from the value specified in angle.
@@ -89,7 +89,7 @@ const qreal CONV = 0.017453292519943295;
The default value is zero.
*/
/*!
- \qmlproperty real QtQuick.Particles2::AngleDirection::magnitudeVariation
+ \qmlproperty real QtQuick.Particles::AngleDirection::magnitudeVariation
This property specifies the base magnitude for the direction.
The magnitude of this direction will vary by no more than magnitudeVariation
from the base magnitude.