diff -r ef0373b55136 -r 758a864f9613 src/declarative/qml/qdeclarativeworkerscript.cpp --- a/src/declarative/qml/qdeclarativeworkerscript.cpp Fri Sep 17 08:34:18 2010 +0300 +++ b/src/declarative/qml/qdeclarativeworkerscript.cpp Mon Oct 04 01:19:32 2010 +0300 @@ -514,6 +514,7 @@ /*! \qmlclass WorkerScript QDeclarativeWorkerScript + \ingroup qml-utility-elements \brief The WorkerScript element enables the use of threads in QML. Use WorkerScript to run operations in a new thread.