aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickitemviewtransition.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/quick/items/qquickitemviewtransition.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/quick/items/qquickitemviewtransition.cpp')
-rw-r--r--src/quick/items/qquickitemviewtransition.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/quick/items/qquickitemviewtransition.cpp b/src/quick/items/qquickitemviewtransition.cpp
index a010c40f3e..22c0f9426e 100644
--- a/src/quick/items/qquickitemviewtransition.cpp
+++ b/src/quick/items/qquickitemviewtransition.cpp
@@ -856,7 +856,7 @@ QQuickViewTransitionAttached::QQuickViewTransitionAttached(QObject *parent)
*/
/*!
- \qmlattachedproperty list QtQuick2::ViewTransition::index
+ \qmlattachedproperty list QtQuick::ViewTransition::index
This attached property holds the index of the item that is being
transitioned.
@@ -866,7 +866,7 @@ QQuickViewTransitionAttached::QQuickViewTransitionAttached(QObject *parent)
*/
/*!
- \qmlattachedproperty list QtQuick2::ViewTransition::item
+ \qmlattachedproperty list QtQuick::ViewTransition::item
This attached property holds the item that is being transitioned.
@@ -875,7 +875,7 @@ QQuickViewTransitionAttached::QQuickViewTransitionAttached(QObject *parent)
*/
/*!
- \qmlattachedproperty list QtQuick2::ViewTransition::destination
+ \qmlattachedproperty list QtQuick::ViewTransition::destination
This attached property holds the final destination position for the transitioned
item within the view.
@@ -884,7 +884,7 @@ QQuickViewTransitionAttached::QQuickViewTransitionAttached(QObject *parent)
*/
/*!
- \qmlattachedproperty list QtQuick2::ViewTransition::targetIndexes
+ \qmlattachedproperty list QtQuick::ViewTransition::targetIndexes
This attached property holds a list of the indexes of the items in view
that are the target of the relevant operation.
@@ -901,11 +901,11 @@ QQuickViewTransitionAttached::QQuickViewTransitionAttached(QObject *parent)
\note The targetIndexes list only contains the indexes of items that are actually
in view, or will be in the view once the relevant operation completes.
- \sa QtQuick2::ViewTransition::targetIndexes
+ \sa QtQuick::ViewTransition::targetIndexes
*/
/*!
- \qmlattachedproperty list QtQuick2::ViewTransition::targetItems
+ \qmlattachedproperty list QtQuick::ViewTransition::targetItems
This attached property holds the list of items in view that are the
target of the relevant operation.
@@ -928,7 +928,7 @@ QQuickViewTransitionAttached::QQuickViewTransitionAttached(QObject *parent)
they should not be used by ScriptAction objects in the Transition, which are
not evaluated until the transition is run.
- \sa QtQuick2::ViewTransition::targetIndexes
+ \sa QtQuick::ViewTransition::targetIndexes
*/
QQmlListProperty<QObject> QQuickViewTransitionAttached::targetItems()
{