diff options
author | Ruben Pollan <meskio@sindominio.net> | 2020-08-06 13:01:22 +0200 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2020-08-20 20:27:44 +0200 |
commit | 60a35bdde41e8648594dc6a501a11000081ff878 (patch) | |
tree | 20336cb66893e265c9125f66dc3e942ff8e1c467 /gui/handlers.h | |
parent | 249a8844b1aaf2cd2bf6fddc8da10a4defb656d2 (diff) |
[pkg] add float-deployed demo libpvn for tests
Diffstat (limited to 'gui/handlers.h')
-rw-r--r-- | gui/handlers.h | 1 |
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(); }; |