From 9a773bc9ed736301b5ac6f6f8798056194398011 Mon Sep 17 00:00:00 2001 From: deva Date: Tue, 30 Jun 2009 17:31:53 +0000 Subject: Removed console on win32 unless, compiled in debug mode. First attempt on a macro dependency system. --- client/macrodrawer.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'client/macrodrawer.h') diff --git a/client/macrodrawer.h b/client/macrodrawer.h index a6a5d6d..0ad09f5 100644 --- a/client/macrodrawer.h +++ b/client/macrodrawer.h @@ -29,24 +29,22 @@ #include #include -#include "macrowindow.h" +#include "macro.h" class MacroDrawer : public QGroupBox { Q_OBJECT public: - MacroDrawer(MacroWindow *p, QString title); + MacroDrawer(Macro *macro, QString title); protected: bool eventFilter(QObject *obj, QEvent *event); public slots: void toggleMe(); + void activationChange(bool active); signals: void toggle(); - -private: - MacroWindow *mw; }; #endif/*__PRACRO_MACRODRAWER_H__*/ -- cgit v1.2.3