summaryrefslogtreecommitdiff
path: root/src/imports/xmllistmodel/qqmlxmllistmodel.cpp
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2020-02-08 03:02:01 +0100
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2020-02-08 03:02:01 +0100
commit035fcbc69c790a3cb46ba9ed75654741aebc7c77 (patch)
tree327896a8cd515381ff524377d86deff5089f44e0 /src/imports/xmllistmodel/qqmlxmllistmodel.cpp
parent2525c7e2ed63f3a33b8a40d84d379787ed4d455f (diff)
parent5b5da71586c8391fd74415ec9241c13489445b2a (diff)
downloadqtxmlpatterns-035fcbc69c790a3cb46ba9ed75654741aebc7c77.tar.gz
Merge remote-tracking branch 'origin/5.15' into dev
Change-Id: If5721286fbb7c3dd0564f11e12311176477b92bb
Diffstat (limited to 'src/imports/xmllistmodel/qqmlxmllistmodel.cpp')
-rw-r--r--src/imports/xmllistmodel/qqmlxmllistmodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/xmllistmodel/qqmlxmllistmodel.cpp b/src/imports/xmllistmodel/qqmlxmllistmodel.cpp
index 494a007..a7ccf6c 100644
--- a/src/imports/xmllistmodel/qqmlxmllistmodel.cpp
+++ b/src/imports/xmllistmodel/qqmlxmllistmodel.cpp
@@ -132,7 +132,7 @@ typedef QPair<int, int> QQuickXmlListRange;
For example, if there is an XML document like this:
- \quotefile qml/xmlrole.qml
+ \quotefile qml/xmlrole.xml
Here are some valid XPath expressions for XmlRole queries on this document:
\snippet qml/xmlrole.qml 0