aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types
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/qml/types
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/qml/types')
-rw-r--r--src/qml/types/qqmldelegatemodel.cpp4
-rw-r--r--src/qml/types/qqmllistmodel.cpp4
-rw-r--r--src/qml/types/qqmlobjectmodel.cpp2
3 files changed, 5 insertions, 5 deletions
diff --git a/src/qml/types/qqmldelegatemodel.cpp b/src/qml/types/qqmldelegatemodel.cpp
index 639df4f846..8b65373133 100644
--- a/src/qml/types/qqmldelegatemodel.cpp
+++ b/src/qml/types/qqmldelegatemodel.cpp
@@ -150,7 +150,7 @@ QQmlDelegateModelParts::QQmlDelegateModelParts(QQmlDelegateModel *parent)
/*!
\qmltype DelegateModel
\instantiates QQmlDelegateModel
- \inqmlmodule QtQml.Models 2
+ \inqmlmodule QtQml.Models
\brief Encapsulates a model and delegate
The DelegateModel type encapsulates a model and the delegate that will
@@ -2289,7 +2289,7 @@ void QQmlDelegateModelGroupPrivate::destroyingPackage(QQuickPackage *package)
/*!
\qmltype DelegateModelGroup
\instantiates QQmlDelegateModelGroup
- \inqmlmodule QtQml.Models 2
+ \inqmlmodule QtQml.Models
\ingroup qtquick-models
\brief Encapsulates a filtered set of visual data items
diff --git a/src/qml/types/qqmllistmodel.cpp b/src/qml/types/qqmllistmodel.cpp
index 142625d7ae..afd887ba53 100644
--- a/src/qml/types/qqmllistmodel.cpp
+++ b/src/qml/types/qqmllistmodel.cpp
@@ -1436,7 +1436,7 @@ void DynamicRoleModelNodeMetaObject::propertyWritten(int index)
/*!
\qmltype ListModel
\instantiates QQmlListModel
- \inqmlmodule QtQml.Models 2
+ \inqmlmodule QtQml.Models
\ingroup qtquick-models
\brief Defines a free-form list data source
@@ -2447,7 +2447,7 @@ bool QQmlListModelParser::definesEmptyList(const QString &s)
/*!
\qmltype ListElement
\instantiates QQmlListElement
- \inqmlmodule QtQml.Models 2
+ \inqmlmodule QtQml.Models
\brief Defines a data item in a ListModel
\ingroup qtquick-models
diff --git a/src/qml/types/qqmlobjectmodel.cpp b/src/qml/types/qqmlobjectmodel.cpp
index d2f47c41b2..7c1a951a2b 100644
--- a/src/qml/types/qqmlobjectmodel.cpp
+++ b/src/qml/types/qqmlobjectmodel.cpp
@@ -123,7 +123,7 @@ public:
/*!
\qmltype ObjectModel
\instantiates QQmlObjectModel
- \inqmlmodule QtQml.Models 2
+ \inqmlmodule QtQml.Models
\ingroup qtquick-models
\brief Defines a set of items to be used as a model