summaryrefslogtreecommitdiffstats
path: root/src/core/api/qwebenginewebauthuxrequest.cpp
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2024-08-20 09:38:02 +0200
committerPaul Wicking <paul.wicking@qt.io>2024-08-20 13:41:27 +0000
commita3d01750172e60ab6411748731b02c602ac113f8 (patch)
treedd450c2fb2b136ca2ff8df81b8ed6b0110b2ca4a /src/core/api/qwebenginewebauthuxrequest.cpp
parentb13a99a01e950bfd471f5ade8455dade2504fe6b (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: I10cad9942e34301ded99c7014c1c70375e0698e1 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
Diffstat (limited to 'src/core/api/qwebenginewebauthuxrequest.cpp')
-rw-r--r--src/core/api/qwebenginewebauthuxrequest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/api/qwebenginewebauthuxrequest.cpp b/src/core/api/qwebenginewebauthuxrequest.cpp
index 724be0718..18ebbb70e 100644
--- a/src/core/api/qwebenginewebauthuxrequest.cpp
+++ b/src/core/api/qwebenginewebauthuxrequest.cpp
@@ -7,7 +7,7 @@
/*!
\qmltype WebEngineWebAuthUxRequest
- \instantiates QWebEngineWebAuthUxRequest
+ \nativetype QWebEngineWebAuthUxRequest
\inqmlmodule QtWebEngine
\since QtWebEngine 6.7
\brief Encapsulates the data of a WebAuth UX request.