diff options
author | deva <deva> | 2008-12-01 15:28:44 +0000 |
---|---|---|
committer | deva <deva> | 2008-12-01 15:28:44 +0000 |
commit | 3ab207d95e47f81cf75effee3822cd787979cae7 (patch) | |
tree | 2b80cd75e0deeee1a5a3a20ba8f9716470dd99f9 /client/macrowindow.h | |
parent | 40bad69cd77f32730f6939553d7f9667338c646f (diff) |
Added 'compact' attribute in templates.
Diffstat (limited to 'client/macrowindow.h')
-rw-r--r-- | client/macrowindow.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/macrowindow.h b/client/macrowindow.h index f42a5a1..76d068c 100644 --- a/client/macrowindow.h +++ b/client/macrowindow.h @@ -47,7 +47,8 @@ class MacroWindow : public Collapser { Q_OBJECT public: - MacroWindow(NetCom *netcom, QDomNode &xml_doc, QString course, bool collapsed = true); + MacroWindow(NetCom *netcom, QDomNode &xml_doc, QString course, + bool collapsed = true, bool compact = false); ~MacroWindow(); bool isClosed(); |