summaryrefslogtreecommitdiffstats
path: root/src/oauth/qoauthhttpserverreplyhandler.h
diff options
context:
space:
mode:
authorJuha Vuolle <juha.vuolle@qt.io>2024-12-16 14:16:52 +0200
committerJuha Vuolle <juha.vuolle@qt.io>2024-12-17 08:56:32 +0200
commit0edcb8f1bb23a93841213530a8cd0aee7e874c53 (patch)
tree10f427cfd072f9bebb3bc263271a7c3713859b1d /src/oauth/qoauthhttpserverreplyhandler.h
parent44048783fd74552764d38321c2cdfa1fcd2937e1 (diff)
Forward declare QSslConfiguration
Since the header only crefs the QSslConfiguration. Resulted from API review. Pick-to: 6.9 Change-Id: Ie22eb92ea80beceb26f3bce9a461bd156cef22ad Reviewed-by: Ivan Solovev <ivan.solovev@qt.io> Reviewed-by: Magdalena Stojek <magdalena.stojek@qt.io>
Diffstat (limited to 'src/oauth/qoauthhttpserverreplyhandler.h')
-rw-r--r--src/oauth/qoauthhttpserverreplyhandler.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/oauth/qoauthhttpserverreplyhandler.h b/src/oauth/qoauthhttpserverreplyhandler.h
index 00be787..4527dc9 100644
--- a/src/oauth/qoauthhttpserverreplyhandler.h
+++ b/src/oauth/qoauthhttpserverreplyhandler.h
@@ -10,13 +10,13 @@
#include <QtNetworkAuth/qoauthoobreplyhandler.h>
#include <QtNetwork/qhostaddress.h>
-#ifndef QT_NO_SSL
-#include <QtNetwork/qsslconfiguration.h>
-#endif
QT_BEGIN_NAMESPACE
class QUrlQuery;
+#ifndef QT_NO_SSL
+class QSslConfiguration;
+#endif
class QOAuthHttpServerReplyHandlerPrivate;
class Q_OAUTH_EXPORT QOAuthHttpServerReplyHandler : public QOAuthOobReplyHandler