From 0e33ba51166dd68a26c56d85a1155c4849d59e4a Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Tue, 11 Dec 2018 12:13:49 +0100 Subject: Doc: Fix link issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I738b9da5335afb048d2eda2edf2be5095a91d7e5 Reviewed-by: Topi Reiniƶ --- src/qml/types/qqmldelegatemodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qml/types') diff --git a/src/qml/types/qqmldelegatemodel.cpp b/src/qml/types/qqmldelegatemodel.cpp index 8a0d60a092..57bbf7465d 100644 --- a/src/qml/types/qqmldelegatemodel.cpp +++ b/src/qml/types/qqmldelegatemodel.cpp @@ -350,7 +350,7 @@ void QQmlDelegateModel::componentComplete() {QAbstractItemModel} subclass or a simple list. Models can also be created directly in QML, using a \l{ListModel} or - \l{XmlListModel}. + \l{QtQuick.XmlListModel::XmlListModel}{XmlListModel}. \sa {qml-data-models}{Data Models} */ -- cgit v1.2.3