diff options
| author | Ulf Hermann <ulf.hermann@qt.io> | 2019-09-16 13:40:31 +0200 |
|---|---|---|
| committer | Ulf Hermann <ulf.hermann@qt.io> | 2019-09-17 08:57:17 +0200 |
| commit | 6d95a228d85c5a805899f9cf8216f435c5e38442 (patch) | |
| tree | 4077009858efa7cb9c7e7b34493bb6bd869da213 /src/qmlworkerscript/qquickworkerscript.cpp | |
| parent | b7e5b0c25b7c02b40c2072f45a0a0feb8bd2a977 (diff) | |
Re-add documentation for QtQml.WorkerScript
It was lost when moving the classes and the import URI was wrong.
Change-Id: Ic01f5c327ac53e58874f54399dc0434a23bed7b8
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/qmlworkerscript/qquickworkerscript.cpp')
| -rw-r--r-- | src/qmlworkerscript/qquickworkerscript.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmlworkerscript/qquickworkerscript.cpp b/src/qmlworkerscript/qquickworkerscript.cpp index 4da1def5f5..b93e297b61 100644 --- a/src/qmlworkerscript/qquickworkerscript.cpp +++ b/src/qmlworkerscript/qquickworkerscript.cpp @@ -441,7 +441,7 @@ void QQuickWorkerScriptEngine::run() \qmltype WorkerScript \instantiates QQuickWorkerScript \ingroup qtquick-threading - \inqmlmodule QtQml + \inqmlmodule QtQml.WorkerScript \brief Enables the use of threads in a Qt Quick application. Use WorkerScript to run operations in a new thread. |
