aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/xmllistmodel/qqmlxmllistmodel.cpp
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2018-06-18 15:09:56 +0200
committerPaul Wicking <paul.wicking@qt.io>2018-06-19 12:44:48 +0000
commited3a93feee9a1b7e2b26c651e446c4a058ee8f8e (patch)
treec235082be0f4ccb5245e63e2282eb830c57fc1a7 /src/imports/xmllistmodel/qqmlxmllistmodel.cpp
parentb0c79a8bf41d3ae79c23e53afdcdba92ec0ec0b5 (diff)
Doc: Add missing dots (qtdeclarative)
Task-number: QTBUG-68933 Change-Id: Ibb5aa227e82825085e7214e17dcffcb17fd44157 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
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 a08b59a598..773d9747f0 100644
--- a/src/imports/xmllistmodel/qqmlxmllistmodel.cpp
+++ b/src/imports/xmllistmodel/qqmlxmllistmodel.cpp
@@ -90,7 +90,7 @@ typedef QPair<int, int> QQuickXmlListRange;
\qmltype XmlRole
\instantiates QQuickXmlListModelRole
\inqmlmodule QtQuick.XmlListModel
- \brief For specifying a role to an XmlListModel
+ \brief For specifying a role to an XmlListModel.
\ingroup qtquick-models
\sa {Qt QML}
@@ -619,7 +619,7 @@ void QQuickXmlListModelPrivate::clear_role(QQmlListProperty<QQuickXmlListModelRo
\qmltype XmlListModel
\instantiates QQuickXmlListModel
\inqmlmodule QtQuick.XmlListModel
- \brief For specifying a read-only model using XPath expressions
+ \brief For specifying a read-only model using XPath expressions.
\ingroup qtquick-models