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 57b8ff6..104ed68 100644 --- a/src/oauth/qoauthhttpserverreplyhandler_p.h +++ b/src/oauth/qoauthhttpserverreplyhandler_p.h @@ -36,6 +36,7 @@ public: ~QOAuthHttpServerReplyHandlerPrivate(); QString callback() const; + QString callbackHost() const; QTcpServer *httpServer = nullptr; QString text; |
