aboutsummaryrefslogtreecommitdiffstats
path: root/src/particles/qquicktargetdirection.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/qquicktargetdirection.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/qquicktargetdirection.cpp')
-rw-r--r--src/particles/qquicktargetdirection.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/particles/qquicktargetdirection.cpp b/src/particles/qquicktargetdirection.cpp
index 6c44ecccab..47fca58f2d 100644
--- a/src/particles/qquicktargetdirection.cpp
+++ b/src/particles/qquicktargetdirection.cpp
@@ -55,27 +55,27 @@ QT_BEGIN_NAMESPACE
*/
/*!
- \qmlproperty real QtQuick.Particles2::TargetDirection::targetX
+ \qmlproperty real QtQuick.Particles::TargetDirection::targetX
*/
/*!
- \qmlproperty real QtQuick.Particles2::TargetDirection::targetY
+ \qmlproperty real QtQuick.Particles::TargetDirection::targetY
*/
/*!
- \qmlproperty Item QtQuick.Particles2::TargetDirection::targetItem
+ \qmlproperty Item QtQuick.Particles::TargetDirection::targetItem
If specified, this will take precedence over targetX and targetY.
The targeted point will be the center of the specified Item
*/
/*!
- \qmlproperty real QtQuick.Particles2::TargetDirection::targetVariation
+ \qmlproperty real QtQuick.Particles::TargetDirection::targetVariation
*/
/*!
- \qmlproperty real QtQuick.Particles2::TargetDirection::magnitude
+ \qmlproperty real QtQuick.Particles::TargetDirection::magnitude
*/
/*!
- \qmlproperty real QtQuick.Particles2::TargetDirection::magnitudeVariation
+ \qmlproperty real QtQuick.Particles::TargetDirection::magnitudeVariation
*/
/*!
- \qmlproperty bool QtQuick.Particles2::TargetDirection::proportionalMagnitude
+ \qmlproperty bool QtQuick.Particles::TargetDirection::proportionalMagnitude
If true, then the value of magnitude and magnitudeVariation shall be interpreted as multiples
of the distance between the source point and the target point, per second.