aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlcontext.cpp
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2012-08-08 16:33:34 +1000
committerQt by Nokia <qt-info@nokia.com>2012-08-08 13:51:22 +0200
commit68b4a904df701a39f1d9da52104ba26a5253e636 (patch)
tree5bb6f93bd08b82698bb112b1074987cebcede50b /src/qml/qml/qqmlcontext.cpp
parent368e122556b4c77da4ec11dee52b66728feb9cdb (diff)
Fix uses of \inmodule, \inqqmlmodule and \since
Some classes and QML types were missing these or had the wrong values. Change-Id: Ic6376b8b450301f8ae0549e636f4bc2db4400f2b Reviewed-by: Chris Adams <christopher.adams@nokia.com>
Diffstat (limited to 'src/qml/qml/qqmlcontext.cpp')
-rw-r--r--src/qml/qml/qqmlcontext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlcontext.cpp b/src/qml/qml/qqmlcontext.cpp
index 1fa4835120..6c83433d03 100644
--- a/src/qml/qml/qqmlcontext.cpp
+++ b/src/qml/qml/qqmlcontext.cpp
@@ -65,9 +65,9 @@ QQmlContextPrivate::QQmlContextPrivate()
/*!
\class QQmlContext
- \since 4.7
\brief The QQmlContext class defines a context within a QML engine.
\mainclass
+ \inmodule QtQml
Contexts allow data to be exposed to the QML components instantiated by the
QML engine.