summaryrefslogtreecommitdiffstats
path: root/src/oauth/qoauthhttpserverreplyhandler_p.h
diff options
context:
space:
mode:
authorMÃ¥rten Nordheim <marten.nordheim@qt.io>2017-04-10 11:49:35 +0200
committerMarten Nordheim <marten.nordheim@qt.io>2017-04-10 11:46:16 +0000
commit034b35a3bcbc34509f77b46d3754196c9d53552d (patch)
treec69cc8339cb07a176e9b4d222f4845c8e9e7469a /src/oauth/qoauthhttpserverreplyhandler_p.h
parentdecac344458ddd45ec8f03d721d40795c7095404 (diff)
Let the users change the path for the callback-url5.8
Task-number: QTBUG-59653 Change-Id: I4bf938db2db3624c37b7f1a8d598bfa43052e2e0 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
Diffstat (limited to 'src/oauth/qoauthhttpserverreplyhandler_p.h')
-rw-r--r--src/oauth/qoauthhttpserverreplyhandler_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/oauth/qoauthhttpserverreplyhandler_p.h b/src/oauth/qoauthhttpserverreplyhandler_p.h
index 9d666eb..71873fd 100644
--- a/src/oauth/qoauthhttpserverreplyhandler_p.h
+++ b/src/oauth/qoauthhttpserverreplyhandler_p.h
@@ -63,6 +63,7 @@ public:
QTcpServer httpServer;
QString text;
QHostAddress listenAddress = QHostAddress::LocalHost;
+ QString path;
private:
void _q_clientConnected();