diff options
author | Ruben Pollan <meskio@sindominio.net> | 2020-08-04 12:55:47 +0200 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2020-08-13 17:16:07 +0200 |
commit | abb65c7fcf570e69480ca70c92d4e271a78ffee2 (patch) | |
tree | fddab05a9c5fc4e10a2f3c31500283174a43720b /gui/handlers.h | |
parent | 5ba62c56b2a94b9f5ae06b150713f84d5a3144fa (diff) |
Unblock is not needed switch off does unblock bitmask
Diffstat (limited to 'gui/handlers.h')
-rw-r--r-- | gui/handlers.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/handlers.h b/gui/handlers.h index 8f89279..62a733d 100644 --- a/gui/handlers.h +++ b/gui/handlers.h @@ -34,7 +34,6 @@ public slots: QString getVersion(); void switchOn(); void switchOff(); - void unblock(); void donateAccepted(); void quit(); }; |