aboutsummaryrefslogtreecommitdiffstats
path: root/src/particles/qquickparticlegroup.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/qquickparticlegroup.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/qquickparticlegroup.cpp')
-rw-r--r--src/particles/qquickparticlegroup.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/particles/qquickparticlegroup.cpp b/src/particles/qquickparticlegroup.cpp
index b0b7865e46..2809e2176e 100644
--- a/src/particles/qquickparticlegroup.cpp
+++ b/src/particles/qquickparticlegroup.cpp
@@ -59,13 +59,13 @@
none of the transition properties were set.
*/
/*!
- \qmlproperty ParticleSystem QtQuick.Particles2::ParticleGroup::system
+ \qmlproperty ParticleSystem QtQuick.Particles::ParticleGroup::system
This is the system which will contain the group.
If the ParticleGroup is a direct child of a ParticleSystem, it will automatically be associated with it.
*/
/*!
- \qmlproperty string QtQuick.Particles2::ParticleGroup::name
+ \qmlproperty string QtQuick.Particles::ParticleGroup::name
This is the name of the particle group, and how it is generally referred to by other elements.
If elements refer to a name which does not have an explicit ParticleGroup created, it will
@@ -73,18 +73,18 @@
duration based transitions to a group, you do not need to create a ParticleGroup with that name (although you may).
*/
/*!
- \qmlproperty int QtQuick.Particles2::ParticleGroup::duration
+ \qmlproperty int QtQuick.Particles::ParticleGroup::duration
The time in milliseconds before the group will attempt to transition.
*/
/*!
- \qmlproperty ParticleSystem QtQuick.Particles2::ParticleGroup::durationVariation
+ \qmlproperty ParticleSystem QtQuick.Particles::ParticleGroup::durationVariation
The maximum number of milliseconds that the duration of the transition cycle varies per particle in the group.
Default value is zero.
*/
/*!
- \qmlproperty ParticleSystem QtQuick.Particles2::ParticleGroup::to
+ \qmlproperty ParticleSystem QtQuick.Particles::ParticleGroup::to
The weighted list of transitions valid for this group.
If the chosen transition stays in this group, another duration (+/- up to durationVariation)