summaryrefslogtreecommitdiffstats
path: root/src/oauth/qoauthhttpserverreplyhandler_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/oauth/qoauthhttpserverreplyhandler_p.h')
-rw-r--r--src/oauth/qoauthhttpserverreplyhandler_p.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/oauth/qoauthhttpserverreplyhandler_p.h b/src/oauth/qoauthhttpserverreplyhandler_p.h
index bbc25d8..391516a 100644
--- a/src/oauth/qoauthhttpserverreplyhandler_p.h
+++ b/src/oauth/qoauthhttpserverreplyhandler_p.h
@@ -22,6 +22,7 @@
#include <private/qobject_p.h>
+#include <QtNetwork/qhostaddress.h>
#include <QtNetwork/qtcpserver.h>
QT_BEGIN_NAMESPACE
@@ -34,9 +35,13 @@ public:
explicit QOAuthHttpServerReplyHandlerPrivate(QOAuthHttpServerReplyHandler *p);
~QOAuthHttpServerReplyHandlerPrivate();
+ QString callback() const;
+
QTcpServer httpServer;
QString text;
QString path;
+ QHostAddress callbackAddress;
+ quint16 callbackPort = 0;
private:
void _q_clientConnected();