aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qquickworkerscript.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/qquickworkerscript.cpp')
-rw-r--r--src/qml/qml/qquickworkerscript.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qml/qml/qquickworkerscript.cpp b/src/qml/qml/qquickworkerscript.cpp
index 03433124d0..81ebb1fed4 100644
--- a/src/qml/qml/qquickworkerscript.cpp
+++ b/src/qml/qml/qquickworkerscript.cpp
@@ -562,7 +562,8 @@ void QQuickWorkerScriptEngine::run()
/*!
\qmlclass WorkerScript QQuickWorkerScript
\ingroup qml-utility-elements
- \brief The WorkerScript element enables the use of threads in QML.
+ \inqmlmodule QtQuick 2
+ \brief Enables the use of threads in QML
Use WorkerScript to run operations in a new thread.
This is useful for running operations in the background so