diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2021-05-28 12:26:11 +0200 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2021-06-01 12:31:48 +0200 |
commit | 1bd2637e3133d895d1e73931f8b3466a5761d9ef (patch) | |
tree | 1bd75f2a91f30d996030a8531fefbb29f7c41831 /gui/handlers.h | |
parent | c6c0209ad45fb7d2e45370ee3a39f2dd437603b0 (diff) |
[feat] expose set transport
webapi mainly for tests, but it's usable too
Diffstat (limited to 'gui/handlers.h')
-rw-r--r-- | gui/handlers.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/handlers.h b/gui/handlers.h index 3415b7e..9c11b60 100644 --- a/gui/handlers.h +++ b/gui/handlers.h @@ -38,6 +38,8 @@ public slots: void donateSeen(); void useLocation(QString username); void useAutomaticGateway(); + void useTransport(QString transport); + QString getTransport(); void login(QString username, QString password); void resetError(QString errlabel); void resetNotification(QString label); |