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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/xmllistmodel/qqmlxmllistmodel.cpp b/src/imports/xmllistmodel/qqmlxmllistmodel.cpp
index f1be15f7f9..dc7cc13ad6 100644
--- a/src/imports/xmllistmodel/qqmlxmllistmodel.cpp
+++ b/src/imports/xmllistmodel/qqmlxmllistmodel.cpp
@@ -139,7 +139,7 @@ typedef QPair<int, int> QQuickXmlListRange;
/*!
\qmlproperty bool QtQuick.XmlListModel2::XmlRole::isKey
Defines whether this is a key role.
- Key roles are used to to determine whether a set of values should
+ Key roles are used to determine whether a set of values should
be updated or added to the XML list model when XmlListModel::reload()
is called.