summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qdeclarativexmllistmodel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/util/qdeclarativexmllistmodel.cpp')
-rw-r--r--src/declarative/util/qdeclarativexmllistmodel.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/declarative/util/qdeclarativexmllistmodel.cpp b/src/declarative/util/qdeclarativexmllistmodel.cpp
index 35cc1a4c..b98c178a 100644
--- a/src/declarative/util/qdeclarativexmllistmodel.cpp
+++ b/src/declarative/util/qdeclarativexmllistmodel.cpp
@@ -70,7 +70,8 @@ typedef QPair<int, int> QDeclarativeXmlListRange;
#define XMLLISTMODEL_CLEAR_ID 0
/*!
- \qmlclass XmlRole QDeclarativeXmlListModelRole
+ \qmltype XmlRole
+ \instantiates QDeclarativeXmlListModelRole
\ingroup qml-working-with-data
\since 4.7
\brief The XmlRole element allows you to specify a role for an XmlListModel.
@@ -598,7 +599,8 @@ void QDeclarativeXmlListModelPrivate::clear_role(QDeclarativeListProperty<QDecla
}
/*!
- \qmlclass XmlListModel QDeclarativeXmlListModel
+ \qmltype XmlListModel
+ \instantiates QDeclarativeXmlListModel
\ingroup qml-working-with-data
\since 4.7
\brief The XmlListModel element is used to specify a read-only model using XPath expressions.