summaryrefslogtreecommitdiff
path: root/client/macrodrawer.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/macrodrawer.h')
-rw-r--r--client/macrodrawer.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/client/macrodrawer.h b/client/macrodrawer.h
index b634198..a6a5d6d 100644
--- a/client/macrodrawer.h
+++ b/client/macrodrawer.h
@@ -39,6 +39,12 @@ public:
protected:
bool eventFilter(QObject *obj, QEvent *event);
+public slots:
+ void toggleMe();
+
+signals:
+ void toggle();
+
private:
MacroWindow *mw;
};