From 539e037777955d7bc7face4ac1e62a18756d104d Mon Sep 17 00:00:00 2001 From: deva Date: Fri, 20 Mar 2009 13:52:25 +0000 Subject: Fixed crash on doubleclik on the frame. --- client/macrodrawer.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'client/macrodrawer.h') 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; }; -- cgit v1.2.3