From 355772289f57522157759b6150ebfd2cc849c0ae Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 22 Sep 2008 12:21:14 +0000 Subject: 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. --- client/macrowindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/macrowindow.h') 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(); -- cgit v1.2.3