diff options
| author | Kaloyan Chehlarski <kaloyan.chehlarski@qt.io> | 2025-01-21 13:16:57 +0100 |
|---|---|---|
| committer | Kaloyan Chehlarski <kaloyan.chehlarski@qt.io> | 2025-02-10 15:36:48 +0000 |
| commit | 4d48b5bdee980387f3d335080f842f4f013ff33e (patch) | |
| tree | dae987fd2c78ef853009efe40a9fd74d489d11f5 /src/core/api/qwebenginewebauthuxrequest.cpp | |
| parent | 542629e1c2da2ce5924a6243d3eabd3caab6804a (diff) | |
Doc: Various typo fixes
Pick-to: 6.9
Change-Id: I3255a89539d23393ca1d0d7ebc440fe7e088d859
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@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 18ebbb70e..e05aef9e8 100644 --- a/src/core/api/qwebenginewebauthuxrequest.cpp +++ b/src/core/api/qwebenginewebauthuxrequest.cpp @@ -12,7 +12,7 @@ \since QtWebEngine 6.7 \brief Encapsulates the data of a WebAuth UX request. - Web engine's WebAuth UX requests are passed to the user in the + WebEngine's WebAuth UX requests are passed to the user in the \l WebEngineView::webAuthUxRequested() signal. For more information about how to handle web engine authenticator requests, see the @@ -208,7 +208,7 @@ \value StorageFull The resident credential could not be created because the authenticator has insufficient storage. \value UserConsentDenied User consent denied. - \value WinUserCancelled The user clicked \uicontrol Cancel in the native windows UI. + \value WinUserCancelled The user clicked \uicontrol Cancel in the native Windows UI. */ /*! |
