aboutsummaryrefslogtreecommitdiffstats
path: root/src/particles/qquickpointattractor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/particles/qquickpointattractor.cpp')
-rw-r--r--src/particles/qquickpointattractor.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/particles/qquickpointattractor.cpp b/src/particles/qquickpointattractor.cpp
index 4d5d5c5247..5c1e4ef692 100644
--- a/src/particles/qquickpointattractor.cpp
+++ b/src/particles/qquickpointattractor.cpp
@@ -62,19 +62,19 @@ QT_BEGIN_NAMESPACE
/*!
- \qmlproperty real QtQuick.Particles2::PointAttractor::pointX
+ \qmlproperty real QtQuick.Particles::PointAttractor::pointX
The x coordinate of the attracting point. This is relative
to the x coordinate of the Attractor.
*/
/*!
- \qmlproperty real QtQuick.Particles2::PointAttractor::pointY
+ \qmlproperty real QtQuick.Particles::PointAttractor::pointY
The y coordinate of the attracting point. This is relative
to the y coordinate of the Attractor.
*/
/*!
- \qmlproperty real QtQuick.Particles2::PointAttractor::strength
+ \qmlproperty real QtQuick.Particles::PointAttractor::strength
The pull, in units per second, to be exerted on an item one pixel away.
@@ -83,7 +83,7 @@ QT_BEGIN_NAMESPACE
distance.
*/
/*!
- \qmlproperty AffectableParameter QtQuick.Particles2::Attractor::affectedParameter
+ \qmlproperty AffectableParameter QtQuick.Particles::Attractor::affectedParameter
What attribute of particles is directly affected.
\list
@@ -93,7 +93,7 @@ QT_BEGIN_NAMESPACE
\endlist
*/
/*!
- \qmlproperty Proportion QtQuick.Particles2::Attractor::proportionalToDistance
+ \qmlproperty Proportion QtQuick.Particles::Attractor::proportionalToDistance
How the distance from the particle to the point affects the strength of the attraction.