From a4b5fd34f5c3d98a438ae3519cd404c2aeeaf330 Mon Sep 17 00:00:00 2001 From: deva Date: Tue, 28 Jun 2011 06:33:02 +0000 Subject: Hnadle 'important' attribute on macros. --- client/macro.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/macro.h') diff --git a/client/macro.h b/client/macro.h index e5b116c..b24b809 100644 --- a/client/macro.h +++ b/client/macro.h @@ -46,6 +46,7 @@ class Macro : public Entity { public: Macro(Entities &entities, NetCom &netcom, QString templ, QScrollArea *scrollarea); + virtual ~Macro() {} const char *type(); @@ -67,6 +68,7 @@ public: bool isstatic; bool iscompact; + bool isimportant; MacroWindow *window; MacroDrawer *drawer; -- cgit v1.2.3