summaryrefslogtreecommitdiffstats
path: root/src/oauth/qoauth2authorizationcodeflow.cpp
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@qt.io>2025-01-21 18:00:17 +0100
committerMarc Mutz <marc.mutz@qt.io>2025-01-21 20:45:52 +0100
commit4e92bf73c6adbd477bcd922df85237d4487f7877 (patch)
tree4043677aa3d005dcff9c8b1305df1b75655349ca /src/oauth/qoauth2authorizationcodeflow.cpp
parent298bdd03df6cb5e3cf355c6b03aed8db5a889270 (diff)
Complete the non-removal of QOAuth2AuthorizationCodeFlow::accessTokenUrl
The docs were still wrapped in QT_REMOVAL_QT7_DEPRECATED_SINCE(6, 13), while the property itself was QT_DEPRECATED_SINCE'ed. Amends c14c6db0df256acafd8e1f0dda185f27510f11e6. Pick-to: 6.9 Change-Id: I6495943cd6149e6c7e83a97572475db8f7128814 Reviewed-by: Juha Vuolle <juha.vuolle@qt.io>
Diffstat (limited to 'src/oauth/qoauth2authorizationcodeflow.cpp')
-rw-r--r--src/oauth/qoauth2authorizationcodeflow.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/oauth/qoauth2authorizationcodeflow.cpp b/src/oauth/qoauth2authorizationcodeflow.cpp
index 7a9c23f..01e2385 100644
--- a/src/oauth/qoauth2authorizationcodeflow.cpp
+++ b/src/oauth/qoauth2authorizationcodeflow.cpp
@@ -42,11 +42,10 @@ using namespace Qt::StringLiterals;
QOAuthHttpServerReplyHandler, and QOAuthUriSchemeReplyHandler.
*/
-#if QT_REMOVAL_QT7_DEPRECATED_SINCE(6, 13)
+#if QT_DEPRECATED_SINCE(6, 13)
/*!
\property QOAuth2AuthorizationCodeFlow::accessTokenUrl
- \deprecated [6.9] Use QAbstractOAuth2::tokenUrl instead. This property will
- be removed in Qt 7.0.
+ \deprecated [6.9] Use QAbstractOAuth2::tokenUrl instead.
\brief This property holds the URL used to convert the temporary
code received during the authorization response.