summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@nokia.com>2010-08-11 13:32:28 (GMT)
committerMartin Smith <martin.smith@nokia.com>2010-08-11 13:32:28 (GMT)
commita4d19eef86b07d670b8b2a3f9ad6b3448800bae5 (patch)
tree75e657f20b1ceaea74a293cffec3ccd75118411a /src
parent41a982bec324894e8a71d68a44f99b0a0d220a34 (diff)
downloadQt-a4d19eef86b07d670b8b2a3f9ad6b3448800bae5.zip
Qt-a4d19eef86b07d670b8b2a3f9ad6b3448800bae5.tar.gz
Qt-a4d19eef86b07d670b8b2a3f9ad6b3448800bae5.tar.bz2
doc: The QML Qt element was missing from the documentation.
Either someone removed the QML: prefix, or it was never there.
Diffstat (limited to 'src')
-rw-r--r--src/declarative/qml/qdeclarativeengine.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/declarative/qml/qdeclarativeengine.cpp b/src/declarative/qml/qdeclarativeengine.cpp
index 3822373..de79e4d 100644
--- a/src/declarative/qml/qdeclarativeengine.cpp
+++ b/src/declarative/qml/qdeclarativeengine.cpp
@@ -184,11 +184,12 @@ void QDeclarativeEnginePrivate::defineModule()
}
/*!
-\keyword QmlGlobalQtObject
-\qmlclass Qt QDeclarativeEnginePrivate
+\qmlclass QML:Qt QDeclarativeEnginePrivate
\brief The QML global Qt object provides useful enums and functions from Qt.
-The \c Qt object provides useful enums and functions from Qt, for use in all QML files.
+\keyword QmlGlobalQtObject
+
+\brief The \c Qt object provides useful enums and functions from Qt, for use in all QML files.
The \c Qt object is not a QML element; it cannot be instantiated. It is a global object
with enums and functions. To use it, call the members of the global \c Qt object directly.