summaryrefslogtreecommitdiffstats
path: root/src/core/api/qwebenginewebauthuxrequest.cpp
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2025-02-07 12:31:15 +0000
committerTopi Reinio <topi.reinio@qt.io>2025-02-10 19:52:52 +0000
commit5f976f185d3ead42e1dbb028deca60a2cfc0b9c6 (patch)
treef21639a7d2c7d3921c656edfe31d560eb64016c3 /src/core/api/qwebenginewebauthuxrequest.cpp
parentb878eb322c6e4e45a9cfae97dcd264c5a9fecdcc (diff)
Doc: Fix documentation issues
PdfStyle.qml: (qdoc) warning: Unknown base 'QtObject' for QML type 'PdfStyle' Fixed by introducing a doc dependency to `qtqml`. qwebenginenewwindowrequest.cpp: (qdoc) warning: Invalid QML property type: QUrl (qdoc) warning: Invalid QML property type: QRect Replaced with QML types (url, rect) instead. qwebenginewebauthuxrequest.cpp: (qdoc) warning: Can't link to 'WebEngineWebAuthUxRequest.WebAuthUxState.CollectPin' (qdoc) warning: Can't link to 'WebEngineWebAuthPinRequest::reason' Pick-to: 6.9 Change-Id: I313dddba6a374e65c23d371437d0fb148374bd2c Reviewed-by: Andreas Eliasson <andreas.eliasson@qt.io>
Diffstat (limited to 'src/core/api/qwebenginewebauthuxrequest.cpp')
-rw-r--r--src/core/api/qwebenginewebauthuxrequest.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/core/api/qwebenginewebauthuxrequest.cpp b/src/core/api/qwebenginewebauthuxrequest.cpp
index 4df675795..b22e37942 100644
--- a/src/core/api/qwebenginewebauthuxrequest.cpp
+++ b/src/core/api/qwebenginewebauthuxrequest.cpp
@@ -109,8 +109,9 @@
\c{WebEngineWebAuthUxRequest.PinEntryReason.Challenge}.
\li The minimum PIN length that the authenticator will accept for the PIN.
\endlist
- Use this structure to update the WebAuth UX dialog when the WebAuth UX state is \l
- WebEngineWebAuthUxRequest.WebAuthUxState.CollectPin.
+ Use this structure to update the WebAuth UX dialog when the WebAuth UX
+ \l {WebEngineWebAuthUxRequest::}{state} is
+ \c {WebEngineWebAuthUxRequest.WebAuthUxState.CollectPin}.
*/
/*!
@@ -137,7 +138,7 @@
/*!
\qmlproperty int QtWebEngine::webEngineWebAuthPinRequest::remainingAttempts
\brief The number of attempts remaining before a hard lock. Should be ignored unless
- \l{WebEngineWebAuthPinRequest::reason} is
+ \l{webEngineWebAuthPinRequest::reason} is
\c{WebEngineWebAuthUxRequest.PinEntryReason.Challenge}.
*/