summaryrefslogtreecommitdiff
path: root/client/macrowindow.h
diff options
context:
space:
mode:
authordeva <deva>2008-09-22 12:21:14 +0000
committerdeva <deva>2008-09-22 12:21:14 +0000
commit355772289f57522157759b6150ebfd2cc849c0ae (patch)
treee8cbecdf03e8d627d0a7d902422f7f9684f47e90 /client/macrowindow.h
parent64f5bc46a4925da459704092e884e747ccbc544c (diff)
Made the client use the static attribute to set a macro always visible, non-collapsable. Made the macro widgetlist clear itself when loading a new macro.
Diffstat (limited to 'client/macrowindow.h')
-rw-r--r--client/macrowindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/macrowindow.h b/client/macrowindow.h
index 4e040da..3100a5d 100644
--- a/client/macrowindow.h
+++ b/client/macrowindow.h
@@ -46,7 +46,7 @@ class MacroWindow : public Collapser
{
Q_OBJECT
public:
- MacroWindow(NetCom &netcom, QDomNode &xml_doc, QString course);
+ MacroWindow(NetCom &netcom, QDomNode &xml_doc, QString course, bool collapsed = true);
~MacroWindow();
bool isClosed();