summaryrefslogtreecommitdiffstats
path: root/src/oauth/qoauthhttpserverreplyhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/oauth/qoauthhttpserverreplyhandler.h')
-rw-r--r--src/oauth/qoauthhttpserverreplyhandler.h3
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);