From a464ff5bfa15201de64d05121dc192dbd4655890 Mon Sep 17 00:00:00 2001 From: Paul Wicking Date: Tue, 20 Aug 2024 09:36:38 +0200 Subject: 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 --- src/qmlworkerscript/qquickworkerscript.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qmlworkerscript/qquickworkerscript.cpp') 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. -- cgit v1.2.3