summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeengine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/qml/qdeclarativeengine.cpp')
-rw-r--r--src/declarative/qml/qdeclarativeengine.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/declarative/qml/qdeclarativeengine.cpp b/src/declarative/qml/qdeclarativeengine.cpp
index 5d241880..bbf2b6be 100644
--- a/src/declarative/qml/qdeclarativeengine.cpp
+++ b/src/declarative/qml/qdeclarativeengine.cpp
@@ -118,7 +118,8 @@ Q_DECLARE_METATYPE(QDeclarativeProperty)
QT_BEGIN_NAMESPACE
/*!
- \qmlclass QtObject QObject
+ \qmltype QtObject
+ \instantiates QObject
\ingroup qml-utility-elements
\since 4.7
\brief The QtObject element is the most basic element in QML.
@@ -197,7 +198,8 @@ void QDeclarativeEnginePrivate::defineModule()
}
/*!
-\qmlclass QML:Qt QDeclarativeEnginePrivate
+\qmltype QML:Qt
+\instantiates QDeclarativeEnginePrivate
\ingroup qml-utility-elements
\brief The QML global Qt object provides useful enums and functions from Qt.