summaryrefslogtreecommitdiff
path: root/gui/handlers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/handlers.cpp')
-rw-r--r--gui/handlers.cpp4
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()