diff options
| author | Topi Reinio <topi.reinio@qt.io> | 2024-07-29 13:20:17 +0000 |
|---|---|---|
| committer | Topi Reinio <topi.reinio@qt.io> | 2024-07-31 10:56:23 +0000 |
| commit | 08d9c610cda3571cbec4cf5f0f993e20c3b0acd9 (patch) | |
| tree | 3be764fbaa8ad95273ac8fbf2f56a69dd21905a7 /src/core/api/qwebenginewebauthuxrequest.cpp | |
| parent | f2cc8c2bee62c9df37226624525ad709ac278c85 (diff) | |
Doc: Fix linking warnings for Qt WebEngine
Fixes the following warnings:
src/core/doc/src/qwebenginepage_lgpl.qdoc:464:
(qdoc) warning: Can't link to 'QWebEnginePage::action(WebAction action)'
src/core/api/qwebenginewebauthuxrequest.cpp:109:
(qdoc) warning: Can't link to
'WebEngineWebAuthUxRequest.PinEntryReason.Challenge'
src/core/api/qwebenginewebauthuxrequest.cpp:113:
(qdoc) warning: Can't link to
'WebEngineWebAuthUxRequest.WebAuthUxState.CollectPin'
src/core/api/qwebenginewebauthuxrequest.cpp:141:
(qdoc) warning: Can't link to
'WebEngineWebAuthUxRequest.PinEntryReason.Challenge'
src/webenginequick/api/qquickwebengineprofile.cpp:498:
(qdoc) warning: Can't link to 'storageName()'
src/webenginequick/api/qquickwebenginescriptcollection.cpp:119:
(qdoc) warning: Undocumented return value
src/webenginequick/doc/src/webengineview_lgpl.qdoc:879:
(qdoc) warning: Can't link to 'WebEngineSettings::JavascriptCanPaste'
src/webenginequick/doc/src/webengineview_lgpl.qdoc:880:
(qdoc) warning: Can't link to
'WebEngineSettings::JavascriptCanAccessClipboard'
In addition, drop remaining references to 'Pepper Plugin API' as that
documentation was removed in 9d5f94b7f4b954bbe7e261d184420e237c704557.
Pick-to: 6.8
Change-Id: I41fcddcc909b703705f2c32c2c3860872da60a72
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/core/api/qwebenginewebauthuxrequest.cpp')
| -rw-r--r-- | src/core/api/qwebenginewebauthuxrequest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/api/qwebenginewebauthuxrequest.cpp b/src/core/api/qwebenginewebauthuxrequest.cpp index 1f09e55bb..8ae856af5 100644 --- a/src/core/api/qwebenginewebauthuxrequest.cpp +++ b/src/core/api/qwebenginewebauthuxrequest.cpp @@ -106,7 +106,7 @@ \li The error details for the PIN prompt. \li The number of attempts remaining before a hard lock. Should be ignored unless \l{WebEngineWebAuthPinRequest::reason} is - \l{WebEngineWebAuthUxRequest.PinEntryReason.Challenge}. + \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 @@ -138,7 +138,7 @@ \qmlproperty int WebEngineWebAuthPinRequest::remainingAttempts \brief The number of attempts remaining before a hard lock. Should be ignored unless \l{WebEngineWebAuthPinRequest::reason} is - \l{WebEngineWebAuthUxRequest.PinEntryReason.Challenge}. + \c{WebEngineWebAuthUxRequest.PinEntryReason.Challenge}. */ /*! |
