summaryrefslogtreecommitdiffstats
path: root/src/oauth/qoauthoobreplyhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/oauth/qoauthoobreplyhandler.h')
-rw-r--r--src/oauth/qoauthoobreplyhandler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/oauth/qoauthoobreplyhandler.h b/src/oauth/qoauthoobreplyhandler.h
index 5418199..bb5f1d6 100644
--- a/src/oauth/qoauthoobreplyhandler.h
+++ b/src/oauth/qoauthoobreplyhandler.h
@@ -11,6 +11,8 @@
QT_BEGIN_NAMESPACE
+// ### Qt 7 remove this undocumented class and arrange it's functionality otherwise (QTBUG-124329)
+class QOAuthOobReplyHandlerPrivate;
class Q_OAUTH_EXPORT QOAuthOobReplyHandler : public QAbstractOAuthReplyHandler
{
Q_OBJECT
@@ -22,6 +24,7 @@ public:
protected:
void networkReplyFinished(QNetworkReply *reply) override;
+ explicit QOAuthOobReplyHandler(QOAuthOobReplyHandlerPrivate &, QObject *parent = nullptr);
private:
QVariantMap parseResponse(const QByteArray &response);