summaryrefslogtreecommitdiff
path: root/gui/handlers.h
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2020-08-06 13:01:22 +0200
committerkali kaneko (leap communications) <kali@leap.se>2020-08-20 20:27:44 +0200
commit60a35bdde41e8648594dc6a501a11000081ff878 (patch)
tree20336cb66893e265c9125f66dc3e942ff8e1c467 /gui/handlers.h
parent249a8844b1aaf2cd2bf6fddc8da10a4defb656d2 (diff)
[pkg] add float-deployed demo libpvn for tests
Diffstat (limited to 'gui/handlers.h')
-rw-r--r--gui/handlers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/handlers.h b/gui/handlers.h
index 62a733d..656a451 100644
--- a/gui/handlers.h
+++ b/gui/handlers.h
@@ -35,6 +35,7 @@ public slots:
void switchOn();
void switchOff();
void donateAccepted();
+ void login(QString username, QString password);
void quit();
};