summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeworkerscript.cpp
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@nokia.com>2012-07-27 18:30:10 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-30 10:54:06 +0200
commita90f11dbfcf0bfa6bd1a110c7878d01596646a23 (patch)
treedcfecc43a397d382332b2e2ebada01bbf6537e4c /src/declarative/qml/qdeclarativeworkerscript.cpp
parent3b64f4d9a4c48f4e9cf19a446c551790f2658278 (diff)
Doc: Changed \qmlclass to \qmltype and added \instantiates
-\qmlclass is now \qmltype -\instantiates is for QML types implemented in C++ Change-Id: I017822524de1879d272d777ec7681f4233128b01 Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
Diffstat (limited to 'src/declarative/qml/qdeclarativeworkerscript.cpp')
-rw-r--r--src/declarative/qml/qdeclarativeworkerscript.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/declarative/qml/qdeclarativeworkerscript.cpp b/src/declarative/qml/qdeclarativeworkerscript.cpp
index 0cc47302..b5eb4275 100644
--- a/src/declarative/qml/qdeclarativeworkerscript.cpp
+++ b/src/declarative/qml/qdeclarativeworkerscript.cpp
@@ -582,7 +582,8 @@ void QDeclarativeWorkerScriptEngine::run()
/*!
- \qmlclass WorkerScript QDeclarativeWorkerScript
+ \qmltype WorkerScript
+ \instantiates QDeclarativeWorkerScript
\ingroup qml-utility-elements
\brief The WorkerScript element enables the use of threads in QML.