summaryrefslogtreecommitdiffstats
path: root/src/imports/xmllistmodel/qqmlxmllistmodel.cpp
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@qt.io>2018-10-25 15:43:48 +0200
committerFrederik Gladhorn <frederik.gladhorn@qt.io>2018-10-25 13:45:00 +0000
commite08f9393acc6417598f328d7f4b7b082c5d57afa (patch)
tree32c01950125162b6eddad460a682babd6a4ca66b /src/imports/xmllistmodel/qqmlxmllistmodel.cpp
parent7df0037316cc2efa7ac082231b72a3fe5dcdfe8f (diff)
Move changes from qtdeclarative xmllistmodel over to xmlpatterns
Change-Id: I98958a66a6280eec26df9f32859e45f04dac4293 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
Diffstat (limited to 'src/imports/xmllistmodel/qqmlxmllistmodel.cpp')
-rw-r--r--src/imports/xmllistmodel/qqmlxmllistmodel.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/imports/xmllistmodel/qqmlxmllistmodel.cpp b/src/imports/xmllistmodel/qqmlxmllistmodel.cpp
index 8941b330..470b419c 100644
--- a/src/imports/xmllistmodel/qqmlxmllistmodel.cpp
+++ b/src/imports/xmllistmodel/qqmlxmllistmodel.cpp
@@ -74,7 +74,7 @@ typedef QPair<int, int> QQuickXmlListRange;
#define XMLLISTMODEL_CLEAR_ID 0
/*!
- \qmlmodule QtQuick.XmlListModel 2.12
+ \qmlmodule QtQuick.XmlListModel 2.\QtMinorVersion
\title Qt Quick XmlListModel QML Types
\ingroup qmlmodules
\brief Provides QML types for creating models from XML data
@@ -83,9 +83,9 @@ typedef QPair<int, int> QQuickXmlListRange;
To use the types in this module, import the module with the following line:
- \code
- import QtQuick.XmlListModel 2.12
- \endcode
+ \qml \QtMinorVersion
+ import QtQuick.XmlListModel 2.\1
+ \endqml
*/
/*!