aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicklistview.cpp
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2020-09-09 15:00:14 +0200
committerPaul Wicking <paul.wicking@qt.io>2020-09-11 07:55:35 +0200
commit18819494ccc1afe5347babaea82fb03486987dc9 (patch)
tree77794e89ff46748c048daa6155f95a607a3994ff /src/quick/items/qquicklistview.cpp
parent6421584b62a8ca6670e403a27ab446816b6b2b87 (diff)
Doc: Fix qdoc warnings
* Use correct qdoc markup commands. * Add replacement snippet to make up for snippet file removal in a7a88483c61150f7b7d78dc97f4a521ef9f04899. * Correct file name capitalization in snippet. Change-Id: I1fe30834292f8536c97b2bc4df0a654649431675 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Diffstat (limited to 'src/quick/items/qquicklistview.cpp')
-rw-r--r--src/quick/items/qquicklistview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quick/items/qquicklistview.cpp b/src/quick/items/qquicklistview.cpp
index 1608fe5767..c2285c38ea 100644
--- a/src/quick/items/qquicklistview.cpp
+++ b/src/quick/items/qquicklistview.cpp
@@ -1971,7 +1971,7 @@ QQuickItemViewAttached *QQuickListViewPrivate::getAttachedObject(const QObject *
Delegates are usually parented to ListView's \l {Flickable::contentItem}{contentItem}, but
typically depending on whether it's visible in the view or not, the \l parent
can change, and sometimes be \c null. Because of that, binding to
- the parent's properties from within the delegate is \i not recommended. If you
+ the parent's properties from within the delegate is \e not recommended. If you
want the delegate to fill out the width of the ListView, consider
using one of the following approaches instead:
@@ -2119,7 +2119,7 @@ QQuickItemViewAttached *QQuickListViewPrivate::getAttachedObject(const QObject *
The following example shows a delegate that animates a spinning rectangle. When
it is pooled, the animation is temporarily paused:
- \snippet qml/listview/reusabledelegate.qml 0
+ \snippet qml/listview/ReusableDelegate.qml 0
\sa {QML Data Models}, GridView, PathView, {Qt Quick Examples - Views}
*/