aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports
diff options
context:
space:
mode:
authorAlejandro Exojo <suy@badopi.org>2014-12-05 20:14:20 +0100
committerAlejandro Exojo Piqueras <suy@badopi.org>2014-12-08 08:25:27 +0100
commit6a0145dd664ab9f5e3703ab3d0f962b3f378d6c6 (patch)
tree8abaebec619e39f19ec47250012eb8d496203ca2 /src/imports
parent00894e5af4867fdc48d723da1c7f8e5ff4d8556d (diff)
Fix \inqmlmodule usage: only use one parameter
Since the command just links back to the corresponding module page, only the first parameter is used, and the version causes more confusion. Change-Id: I73ed289550c576747132f77b83c1257094059cd1 Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
Diffstat (limited to 'src/imports')
-rw-r--r--src/imports/settings/qqmlsettings.cpp2
-rw-r--r--src/imports/xmllistmodel/qqmlxmllistmodel.cpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/imports/settings/qqmlsettings.cpp b/src/imports/settings/qqmlsettings.cpp
index 65f091a9e4..5fdf40f0fc 100644
--- a/src/imports/settings/qqmlsettings.cpp
+++ b/src/imports/settings/qqmlsettings.cpp
@@ -56,7 +56,7 @@ QT_BEGIN_NAMESPACE
/*!
\qmltype Settings
\instantiates QQmlSettings
- \inqmlmodule Qt.labs.settings 1.0
+ \inqmlmodule Qt.labs.settings
\ingroup settings
\brief Provides persistent platform-independent application settings.
diff --git a/src/imports/xmllistmodel/qqmlxmllistmodel.cpp b/src/imports/xmllistmodel/qqmlxmllistmodel.cpp
index e3678ec75b..225eedb578 100644
--- a/src/imports/xmllistmodel/qqmlxmllistmodel.cpp
+++ b/src/imports/xmllistmodel/qqmlxmllistmodel.cpp
@@ -83,7 +83,7 @@ typedef QPair<int, int> QQuickXmlListRange;
/*!
\qmltype XmlRole
\instantiates QQuickXmlListModelRole
- \inqmlmodule QtQuick.XmlListModel 2
+ \inqmlmodule QtQuick.XmlListModel
\brief For specifying a role to an XmlListModel
\ingroup qtquick-models
@@ -612,7 +612,7 @@ void QQuickXmlListModelPrivate::clear_role(QQmlListProperty<QQuickXmlListModelRo
/*!
\qmltype XmlListModel
\instantiates QQuickXmlListModel
- \inqmlmodule QtQuick.XmlListModel 2
+ \inqmlmodule QtQuick.XmlListModel
\brief For specifying a read-only model using XPath expressions
\ingroup qtquick-models