From 82c32c05eb4741e98736099c456b3ffc93c755af Mon Sep 17 00:00:00 2001 From: deva Date: Fri, 3 Jul 2009 11:59:24 +0000 Subject: Some tweaking in the new dependency system. Mostly GUI stuff. --- client/macro.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'client/macro.h') diff --git a/client/macro.h b/client/macro.h index 4adaf09..610d3b2 100644 --- a/client/macro.h +++ b/client/macro.h @@ -39,6 +39,8 @@ class Macro; typedef QMap Macros; +class MacroDrawer; + class Macro { public: Macro() {} @@ -62,6 +64,7 @@ public: bool iscompact; MacroWindow *window; + MacroDrawer *drawer; private: QDomNode node; -- cgit v1.2.3