summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@qt.io>2019-02-01 14:53:09 +0100
committerNico Vertriest <nico.vertriest@qt.io>2019-02-27 12:51:42 +0000
commit9c1abb9c6666b66fcef4ca963ba4f290695ffc90 (patch)
tree0195fd1191da83be729dd793df77bce8e11ea086
parent411a90deea1d10656f813e11b97ec21ee11a2c4b (diff)
downloadqtxmlpatterns-9c1abb9c6666b66fcef4ca963ba4f290695ffc90.tar.gz
Doc: Correct link errors qqmlxmllistmodel.cppv5.13.0-beta1
Change-Id: I066325d87c7e067d9a456fec2821bfe69fd806e3 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
-rw-r--r--src/imports/xmllistmodel/qqmlxmllistmodel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/xmllistmodel/qqmlxmllistmodel.cpp b/src/imports/xmllistmodel/qqmlxmllistmodel.cpp
index 6dde104..8455853 100644
--- a/src/imports/xmllistmodel/qqmlxmllistmodel.cpp
+++ b/src/imports/xmllistmodel/qqmlxmllistmodel.cpp
@@ -95,7 +95,7 @@ typedef QPair<int, int> QQuickXmlListRange;
\brief For specifying a role to an XmlListModel.
\ingroup qtquick-models
- \sa {Qt QML}
+ \sa {All QML Types}{Qt QML}
*/
/*!
@@ -638,7 +638,7 @@ void QQuickXmlListModelPrivate::clear_role(QQmlListProperty<QQuickXmlListModelRo
XmlListModel is used to create a read-only model from XML data. It can be used as a data source
for view elements (such as ListView, PathView, GridView) and other elements that interact with model
- data (such as \l Repeater).
+ data (such as \l [QML]{Repeater}).
For example, if there is a XML document at http://www.mysite.com/feed.xml like this: