aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickitemviewtransition.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/items/qquickitemviewtransition.cpp')
-rw-r--r--src/quick/items/qquickitemviewtransition.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quick/items/qquickitemviewtransition.cpp b/src/quick/items/qquickitemviewtransition.cpp
index 01a132452b..bfa68ebbfb 100644
--- a/src/quick/items/qquickitemviewtransition.cpp
+++ b/src/quick/items/qquickitemviewtransition.cpp
@@ -589,7 +589,7 @@ QQuickViewTransitionAttached::QQuickViewTransitionAttached(QObject *parent)
generic displaced transition if specified)
\endlist
- For the \l Row, \l Column, \l Grid and \l Flow positioner elements, which operate with collections of child
+ For the \l Row, \l Column, \l Grid and \l Flow positioner types, which operate with collections of child
items rather than data models, the following properties are used instead:
\list
@@ -625,7 +625,7 @@ QQuickViewTransitionAttached::QQuickViewTransitionAttached(QObject *parent)
\li ViewTransition.targetItems - the target items themselves
\endlist
- (Note that for the \l Row, \l Column, \l Grid and \l Flow positioner elements, the \c move transition only
+ (Note that for the \l Row, \l Column, \l Grid and \l Flow positioner types, the \c move transition only
provides these two additional details when the transition is triggered by the addition of items
to a positioner.)