aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlscriptstring.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/qqmlscriptstring.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/qqmlscriptstring.cpp')
-rw-r--r--src/qml/qml/qqmlscriptstring.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlscriptstring.cpp b/src/qml/qml/qqmlscriptstring.cpp
index c38105d4eb..b715cb6c31 100644
--- a/src/qml/qml/qqmlscriptstring.cpp
+++ b/src/qml/qml/qqmlscriptstring.cpp
@@ -46,8 +46,8 @@ QT_BEGIN_NAMESPACE
/*!
\class QQmlScriptString
-\since 4.7
\brief The QQmlScriptString class encapsulates a script and its context.
+\inmodule QtQml
QQmlScriptString is used to create QObject properties that accept a script "assignment" from QML.