From 9be2869c6ebad21621e10b3bd9e82dc811b75d2d Mon Sep 17 00:00:00 2001 From: deva Date: Thu, 12 Feb 2009 14:42:12 +0000 Subject: Added formatlanguage attribute to metawidget, and implemented lua parser for it. --- client/macrowindow.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/macrowindow.cc') diff --git a/client/macrowindow.cc b/client/macrowindow.cc index 2206929..6beba85 100644 --- a/client/macrowindow.cc +++ b/client/macrowindow.cc @@ -54,7 +54,7 @@ MacroWindow::MacroWindow(NetCom *netcom, QDomNode &xml_doc, QString course, setCollapsedWidget(new ResumeWidget(compact)); - this->lua = new LUA(this); + this->lua = new LUA(&this->widgets, &this->auxwidgets); update(xml_doc); -- cgit v1.2.3