summaryrefslogtreecommitdiffstats
path: root/src/oauth/qoauthoobreplyhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/oauth/qoauthoobreplyhandler.cpp')
-rw-r--r--src/oauth/qoauthoobreplyhandler.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/oauth/qoauthoobreplyhandler.cpp b/src/oauth/qoauthoobreplyhandler.cpp
index bba7ab5..88171dc 100644
--- a/src/oauth/qoauthoobreplyhandler.cpp
+++ b/src/oauth/qoauthoobreplyhandler.cpp
@@ -4,6 +4,7 @@
#ifndef QT_NO_HTTP
#include "qoauthoobreplyhandler.h"
+#include "qoauthoobreplyhandler_p.h"
#include "qabstractoauthreplyhandler_p.h"
#include <QtCore/qurlquery.h>
@@ -21,6 +22,11 @@ QOAuthOobReplyHandler::QOAuthOobReplyHandler(QObject *parent)
: QAbstractOAuthReplyHandler(parent)
{}
+/*! \internal */
+QOAuthOobReplyHandler::QOAuthOobReplyHandler(QOAuthOobReplyHandlerPrivate &d, QObject *parent)
+ : QAbstractOAuthReplyHandler(d, parent)
+{}
+
QString QOAuthOobReplyHandler::callback() const
{
return QStringLiteral("oob");