aboutsummaryrefslogtreecommitdiffstats
path: root/src/particles/qquickpointattractor.cpp
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@digia.com>2013-10-01 13:03:28 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-02 14:40:01 +0200
commit4706b1ceff9af9141044ed3cf020ce5624bfa40f (patch)
tree43672217a945512ddd1704468d1fd4b6e9c153c7 /src/particles/qquickpointattractor.cpp
parent4f50ab594aa2fb1d38981127beca634ad3396489 (diff)
qdoc: no longer recognizes the version nr in QML refs
All QML references of the form <QML-module-name><QML-module-version>::<QML-type>::<member-name> have had the <QML-module-version> removed i. Task-number: QTBUG-33776 Change-Id: Idde279e0f254cd24ea44f9841662dd81a2c5bbc6 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
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.