diff options
| author | Paul Wicking <paul.wicking@qt.io> | 2024-08-20 09:36:38 +0200 |
|---|---|---|
| committer | Paul Wicking <paul.wicking@qt.io> | 2024-08-20 10:48:23 +0000 |
| commit | a464ff5bfa15201de64d05121dc192dbd4655890 (patch) | |
| tree | bc861af3a8e6ccaf2ed6a20afaa8c9977ad72957 /src/qmlworkerscript/qquickworkerscript.cpp | |
| parent | f9dc5415a14dc77f9489fba92e742f6e28b3c7d0 (diff) | |
Doc: Replace \instantiates with \nativetype
Since the implementation of the `\nativetype`-command in QDoc,
the `\instantiates`-command is deprecated. Replace the use of the
deprecated command in favor of its replacement.
Pick-to: 6.8
Task-number: QTBUG-128216
Change-Id: I23d9f66d3f6db2e5f827d7868497a432bb9b0626
Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@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 f892343b85..20061c9df7 100644 --- a/src/qmlworkerscript/qquickworkerscript.cpp +++ b/src/qmlworkerscript/qquickworkerscript.cpp @@ -457,7 +457,7 @@ void QQuickWorkerScriptEngine::run() /*! \qmltype WorkerScript - \instantiates QQuickWorkerScript + \nativetype QQuickWorkerScript \ingroup qtquick-threading \inqmlmodule QtQml.WorkerScript \brief Enables the use of threads in a Qt Quick application. |
