diff options
Diffstat (limited to 'src/oauth/qoauthhttpserverreplyhandler_p.h')
-rw-r--r-- | src/oauth/qoauthhttpserverreplyhandler_p.h | 1 |
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(); |