aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlcomponent.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/qqmlcomponent.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/qqmlcomponent.cpp')
-rw-r--r--src/qml/qml/qqmlcomponent.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlcomponent.cpp b/src/qml/qml/qqmlcomponent.cpp
index b1715f1c70..951a7238bb 100644
--- a/src/qml/qml/qqmlcomponent.cpp
+++ b/src/qml/qml/qqmlcomponent.cpp
@@ -193,7 +193,6 @@ static inline QString buildTypeNameForDebug(const QMetaObject *metaObject)
\qmltype Component
\instantiates QQmlComponent
\ingroup qml-utility-elements
- \since 4.7
\inqmlmodule QtQuick 2
\brief Encapsulates a QML component definition