aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/xmllistmodel
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@nokia.com>2012-05-18 15:19:55 +0200
committerQt by Nokia <qt-info@nokia.com>2012-05-24 15:41:16 +0200
commit6112c0f57177ee813271da54200a2d9f3ef20238 (patch)
treeb0cb10f46fb8c6b2b13516ab8e0e97c675b506a3 /src/imports/xmllistmodel
parentb13827d77e9a3d64a728036b3804638da62bbe40 (diff)
Doc: Sanitized QML types
-modified \brief -checked QML modules -added qml directory to the qdocconf file -added particles directory to the qdocconf file Change-Id: I589e32d3106cda37c7fa4d55a941afd9876fc2b2 Reviewed-by: Geir Vattekar <geir.vattekar@nokia.com>
Diffstat (limited to 'src/imports/xmllistmodel')
-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 e95fd26f79..221fdaea42 100644
--- a/src/imports/xmllistmodel/qqmlxmllistmodel.cpp
+++ b/src/imports/xmllistmodel/qqmlxmllistmodel.cpp
@@ -72,7 +72,7 @@ typedef QPair<int, int> QQuickXmlListRange;
\qmlclass XmlRole QQuickXmlListModelRole
\inqmlmodule QtQuick 2
\ingroup qml-working-with-data
- \brief The XmlRole element allows you to specify a role for an XmlListModel.
+ \brief For specifying a role to an XmlListModel
\sa {QtQml}
*/
@@ -597,7 +597,7 @@ void QQuickXmlListModelPrivate::clear_role(QQmlListProperty<QQuickXmlListModelRo
\qmlclass XmlListModel QQuickXmlListModel
\inqmlmodule QtQuick 2
\ingroup qml-working-with-data
- \brief The XmlListModel element is used to specify a read-only model using XPath expressions.
+ \brief For specifying a read-only model using XPath expressions
To use this element, you will need to import the module with the following line: