summaryrefslogtreecommitdiff
path: root/gui/handlers.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/handlers.h')
-rw-r--r--gui/handlers.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gui/handlers.h b/gui/handlers.h
index 3fe9eed..e65fd5e 100644
--- a/gui/handlers.h
+++ b/gui/handlers.h
@@ -33,7 +33,9 @@ public slots:
void switchOn();
void switchOff();
void unblock();
- void toggleDonate();
+ void donateAccepted();
+ void donateRejected();
+ void openURL(QString link);
void quit();
};