diff options
author | MÃ¥rten Nordheim <[email protected]> | 2017-04-10 11:49:35 +0200 |
---|---|---|
committer | Marten Nordheim <[email protected]> | 2017-04-10 11:46:16 +0000 |
commit | 034b35a3bcbc34509f77b46d3754196c9d53552d (patch) | |
tree | c69cc8339cb07a176e9b4d222f4845c8e9e7469a /src/oauth/qoauthhttpserverreplyhandler.h | |
parent | decac344458ddd45ec8f03d721d40795c7095404 (diff) |
Let the users change the path for the callback-url5.8
Task-number: QTBUG-59653
Change-Id: I4bf938db2db3624c37b7f1a8d598bfa43052e2e0
Reviewed-by: Timur Pocheptsov <[email protected]>
Diffstat (limited to 'src/oauth/qoauthhttpserverreplyhandler.h')
-rw-r--r-- | src/oauth/qoauthhttpserverreplyhandler.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/oauth/qoauthhttpserverreplyhandler.h b/src/oauth/qoauthhttpserverreplyhandler.h index f93eb33..74a99b6 100644 --- a/src/oauth/qoauthhttpserverreplyhandler.h +++ b/src/oauth/qoauthhttpserverreplyhandler.h @@ -55,6 +55,9 @@ public: QString callback() const override; + QString callbackPath() const; + void setCallbackPath(const QString &path); + QString callbackText() const; void setCallbackText(const QString &text); |