aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types/qqmlobjectmodel.cpp
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@digia.com>2013-10-01 13:03:28 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-02 14:40:01 +0200
commit4706b1ceff9af9141044ed3cf020ce5624bfa40f (patch)
tree43672217a945512ddd1704468d1fd4b6e9c153c7 /src/qml/types/qqmlobjectmodel.cpp
parent4f50ab594aa2fb1d38981127beca634ad3396489 (diff)
qdoc: no longer recognizes the version nr in QML refs
All QML references of the form <QML-module-name><QML-module-version>::<QML-type>::<member-name> have had the <QML-module-version> removed i. Task-number: QTBUG-33776 Change-Id: Idde279e0f254cd24ea44f9841662dd81a2c5bbc6 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/qml/types/qqmlobjectmodel.cpp')
-rw-r--r--src/qml/types/qqmlobjectmodel.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/qml/types/qqmlobjectmodel.cpp b/src/qml/types/qqmlobjectmodel.cpp
index 3cf87bf7a3..d4dbae383d 100644
--- a/src/qml/types/qqmlobjectmodel.cpp
+++ b/src/qml/types/qqmlobjectmodel.cpp
@@ -181,7 +181,7 @@ public:
For full details about the type, see the \l ObjectModel documentation.
- \sa {QtQml.Models2::ObjectModel}
+ \sa {QtQml.Models::ObjectModel}
*/
QQmlObjectModel::QQmlObjectModel(QObject *parent)
@@ -190,7 +190,7 @@ QQmlObjectModel::QQmlObjectModel(QObject *parent)
}
/*!
- \qmlattachedproperty int QtQml.Models2::ObjectModel::index
+ \qmlattachedproperty int QtQml.Models::ObjectModel::index
This attached property holds the index of this delegate's item within the model.
It is attached to each instance of the delegate.
@@ -208,7 +208,7 @@ QQmlListProperty<QObject> QQmlObjectModel::children()
}
/*!
- \qmlproperty int QtQml.Models2::ObjectModel::count
+ \qmlproperty int QtQml.Models::ObjectModel::count
The number of items in the model. This property is readonly.
*/