diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2021-05-31 02:34:21 +0200 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2021-06-01 12:34:07 +0200 |
commit | 3fdbb895b8372caa080044cade00f2de6b00ce91 (patch) | |
tree | d7415f43414a42135ed7dde190a1d66cf2501acc /gui/handlers.cpp | |
parent | 00be891d3b0cb401e642a5331aedcc399641b8ef (diff) |
[feat] obfs4 selectable from gui
Diffstat (limited to 'gui/handlers.cpp')
-rw-r--r-- | gui/handlers.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/handlers.cpp b/gui/handlers.cpp index cec43ca..29fecf1 100644 --- a/gui/handlers.cpp +++ b/gui/handlers.cpp @@ -52,9 +52,9 @@ void Backend::useAutomaticGateway() UseAutomaticGateway(); } -void Backend::useTransport(QString transport) +void Backend::setTransport(QString transport) { - UseTransport(toGoStr(transport)); + SetTransport(toGoStr(transport)); } QString Backend::getTransport() |