summaryrefslogtreecommitdiff
path: root/gui/handlers.h
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2021-09-24 20:58:30 +0200
committerkali kaneko (leap communications) <kali@leap.se>2021-10-06 18:38:22 +0200
commit3234cdbd265a75182df1614c125707149d6c8e0b (patch)
tree9ab17b2a7bc80d670b4cb2c0be32676caa6b0bf5 /gui/handlers.h
parent0dda8bd96dab66edd0a922d219a10431247f41ff (diff)
[feat] persist obfs4 & udp prefs
Diffstat (limited to 'gui/handlers.h')
-rw-r--r--gui/handlers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/handlers.h b/gui/handlers.h
index a3812c5..55dd32d 100644
--- a/gui/handlers.h
+++ b/gui/handlers.h
@@ -39,6 +39,7 @@ public slots:
void useLocation(QString username);
void useAutomaticGateway();
void setTransport(QString transport);
+ void setUDP(bool udp);
QString getTransport();
void login(QString username, QString password);
void resetError(QString errlabel);