diff options
author | Ruben Pollan <meskio@sindominio.net> | 2021-03-24 12:47:02 +0100 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2021-05-04 14:58:39 +0200 |
commit | 4e1f3a4f88136e497962e4f976d5c7f216c31a15 (patch) | |
tree | 86fd6aea30aca3753b5be785eb684cbb3d205e6b /gui/handlers.cpp | |
parent | b14d048e6089233f5c698426652e85bfa1d89488 (diff) |
Let's rename the API to use location instead of gateway
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 370c67c..558c288 100644 --- a/gui/handlers.cpp +++ b/gui/handlers.cpp @@ -42,9 +42,9 @@ void Backend::donateSeen() DonateSeen(); } -void Backend::useGateway(QString label) +void Backend::useLocation(QString label) { - UseGateway(toGoStr(label)); + UseLocation(toGoStr(label)); } void Backend::login(QString username, QString password) |