summaryrefslogtreecommitdiff
path: root/client/macro.h
diff options
context:
space:
mode:
authordeva <deva>2011-06-28 06:33:02 +0000
committerdeva <deva>2011-06-28 06:33:02 +0000
commita4b5fd34f5c3d98a438ae3519cd404c2aeeaf330 (patch)
tree714992d8217e0c2a5321734aaf4331e9dc525678 /client/macro.h
parent540221455626e4d48fee76d8c6cb86e5d2607f4e (diff)
Hnadle 'important' attribute on macros.
Diffstat (limited to 'client/macro.h')
-rw-r--r--client/macro.h2
1 files changed, 2 insertions, 0 deletions
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;