From 3d3c020621a81d7eff08d2b538d1647b7b3b1618 Mon Sep 17 00:00:00 2001 From: Jerome Pasion Date: Tue, 9 Apr 2013 12:08:44 +0200 Subject: Doc: Reassigned types and pages to their correct modules. 1)Moved classes and basic types to \module QtQml 2. -QQml* classes are in QtQml 2 for 5.1 2)Removed \inqmlmodule commands in overviews and tutorials. -Only QML API should have \inqmlmodule commands because they are added to the auto generated list of types. Change-Id: I9aa3ca8062fa9fed76734885829879122841b119 Reviewed-by: Alan Alpert --- src/qml/types/qqmlobjectmodel.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/qml/types/qqmlobjectmodel.cpp') diff --git a/src/qml/types/qqmlobjectmodel.cpp b/src/qml/types/qqmlobjectmodel.cpp index 7f7bf92fa3..b60dae4126 100644 --- a/src/qml/types/qqmlobjectmodel.cpp +++ b/src/qml/types/qqmlobjectmodel.cpp @@ -169,7 +169,7 @@ public: /*! \qmltype VisualItemModel \instantiates QQmlObjectModel - \inqmlmodule QtQuick 2 + \inqmlmodule QtQml 2 \brief Defines a set of objects to be used as a model The VisualItemModel type encapsulates contains the objects to be used @@ -266,4 +266,3 @@ QQmlObjectModelAttached *QQmlObjectModel::qmlAttachedProperties(QObject *obj) } QT_END_NAMESPACE - -- cgit v1.2.3