diff options
Diffstat (limited to 'client/macrodrawer.h')
-rw-r--r-- | client/macrodrawer.h | 6 |
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; }; |