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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/handlers.h') diff --git a/gui/handlers.h b/gui/handlers.h index a783207..9d949fc 100644 --- a/gui/handlers.h +++ b/gui/handlers.h @@ -36,7 +36,7 @@ public slots: void switchOff(); void donateAccepted(); void donateSeen(); - void useGateway(QString username); + void useLocation(QString username); void login(QString username, QString password); void resetError(QString errlabel); void resetNotification(QString label); -- cgit v1.2.3