From 4e1f3a4f88136e497962e4f976d5c7f216c31a15 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Wed, 24 Mar 2021 12:47:02 +0100 Subject: Let's rename the API to use location instead of gateway --- gui/handlers.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gui/handlers.cpp') 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) -- cgit v1.2.3