summaryrefslogtreecommitdiff
path: root/gui/handlers.h
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2020-06-23 17:12:42 +0200
committerkali kaneko (leap communications) <kali@leap.se>2020-08-11 20:59:50 +0200
commiteb97dc510c92a2fc1a340cccf4103068699947c4 (patch)
treed9bc5ade18bb47d618ee4411183b99086e7a9f6f /gui/handlers.h
parentcf5ed56c943599c092a91933b45471c4c0e5d579 (diff)
[refactor] use qt argument parsing
Diffstat (limited to 'gui/handlers.h')
-rw-r--r--gui/handlers.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/handlers.h b/gui/handlers.h
index 0dc4c1e..8f89279 100644
--- a/gui/handlers.h
+++ b/gui/handlers.h
@@ -30,6 +30,8 @@ signals:
void quitDone();
public slots:
+ QString getAppName();
+ QString getVersion();
void switchOn();
void switchOff();
void unblock();