aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/xmllistmodel/qqmlxmllistmodel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/xmllistmodel/qqmlxmllistmodel.cpp')
-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 7ae94bb5af..41e66b0406 100644
--- a/src/imports/xmllistmodel/qqmlxmllistmodel.cpp
+++ b/src/imports/xmllistmodel/qqmlxmllistmodel.cpp
@@ -71,8 +71,8 @@ typedef QPair<int, int> QQuickXmlListRange;
/*!
\qmlclass XmlRole QQuickXmlListModelRole
\inqmlmodule QtQuick 2
- \ingroup qml-working-with-data
\brief For specifying a role to an XmlListModel
+ \ingroup qtquick-models
\sa {QtQml}
*/
@@ -596,8 +596,8 @@ void QQuickXmlListModelPrivate::clear_role(QQmlListProperty<QQuickXmlListModelRo
/*!
\qmlclass XmlListModel QQuickXmlListModel
\inqmlmodule QtQuick 2
- \ingroup qml-working-with-data
\brief For specifying a read-only model using XPath expressions
+ \ingroup qtquick-models
To use this element, you will need to import the module with the following line: