summaryrefslogtreecommitdiffstats
path: root/src/oauth/qoauth2authorizationcodeflow.cpp
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@qt.io>2025-04-25 16:06:09 +0200
committerJerome Pasion <jerome.pasion@qt.io>2025-08-06 12:44:31 +0200
commitf0a075719b5b3c151f62e901219a8d719c224d23 (patch)
tree85c04273c3a17211f725e6ae75236294ddf535d4 /src/oauth/qoauth2authorizationcodeflow.cpp
parent25c74bbf9f84cddb9545123a25a26e4dc8512c72 (diff)
Doc: Language and style review of Qt OAuth 2.0 Overview page
-Edited section titles -Moved external links such as RFCs to \externalpage -Edited for language style -Checked for QDoc warnings and errors -Added alt-text to images Task-number: QTBUG-135353 Pick-to: 6.9 6.10 Change-Id: I509d9e8c94fd968639f2c4eeb2bbbbd359331695 Reviewed-by: Juha Vuolle <juha.vuolle@qt.io>
Diffstat (limited to 'src/oauth/qoauth2authorizationcodeflow.cpp')
-rw-r--r--src/oauth/qoauth2authorizationcodeflow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/oauth/qoauth2authorizationcodeflow.cpp b/src/oauth/qoauth2authorizationcodeflow.cpp
index 6c9521a..f4967fa 100644
--- a/src/oauth/qoauth2authorizationcodeflow.cpp
+++ b/src/oauth/qoauth2authorizationcodeflow.cpp
@@ -39,7 +39,7 @@ using namespace Qt::StringLiterals;
user will need access to a web browser.
As a redirection-based flow this class requires a proper
- reply handler to be set. See \l {Qt OAuth2 Overview},
+ reply handler to be set. See \l {OAuth 2.0 Overview},
QOAuthHttpServerReplyHandler, and QOAuthUriSchemeReplyHandler.
*/