summaryrefslogtreecommitdiffstats
path: root/src/oauth/qoauth2authorizationcodeflow.h
diff options
context:
space:
mode:
authorIvan Solovev <ivan.solovev@qt.io>2025-01-13 11:15:08 +0100
committerIvan Solovev <ivan.solovev@qt.io>2025-01-14 12:20:22 +0100
commitf7b0abeb624b8c4f21537069459e520cb13dfa9b (patch)
treee37354921c73e8cb119a846ffb3afc9b32f1bbf2 /src/oauth/qoauth2authorizationcodeflow.h
parent05a422013be49cfa7276b4ef463c1314092ed171 (diff)
Use QT_MOC_COMPAT on deprecated signals
To warn about the usage of the deprecated signal in a string-based connect as well. Amends: * e3c7af99ecdf9123933bbdfb4476b2d7187efd2a for QAbstractOAuth2::scopeChanged() * ed5e6769212dbc2aadb1f3031fc216f04df2ab75 for QAbstractOAuth2::error() * 90c7e3df75a901420f70389d16a6ebd53d6332be for QOAuth2AuthorizationCodeFlow::accessTokenUrlChanged() Found in Qt 6.9 API review. Pick-to: 6.9 Change-Id: I5f06aea8647cb417d21b825651e36d2953808461 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Juha Vuolle <juha.vuolle@qt.io>
Diffstat (limited to 'src/oauth/qoauth2authorizationcodeflow.h')
-rw-r--r--src/oauth/qoauth2authorizationcodeflow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/oauth/qoauth2authorizationcodeflow.h b/src/oauth/qoauth2authorizationcodeflow.h
index 69fcb7a..7b76341 100644
--- a/src/oauth/qoauth2authorizationcodeflow.h
+++ b/src/oauth/qoauth2authorizationcodeflow.h
@@ -83,6 +83,7 @@ protected:
Q_SIGNALS:
#if QT_DEPRECATED_SINCE(6, 13)
+ QT_MOC_COMPAT
QT_DEPRECATED_VERSION_X_6_13("Use QAbstractOAuth2::tokenUrlChanged() instead.")
void accessTokenUrlChanged(const QUrl &accessTokenUrl);
#endif