diff options
author | deva <deva> | 2009-02-12 14:42:12 +0000 |
---|---|---|
committer | deva <deva> | 2009-02-12 14:42:12 +0000 |
commit | 9be2869c6ebad21621e10b3bd9e82dc811b75d2d (patch) | |
tree | 499aa5af9dfd80aae4c07437f2f55f21241e5891 /client/macrowindow.cc | |
parent | 22e0b0ddd78f13b2648befe892d9ec6c5b1b1229 (diff) |
Added formatlanguage attribute to metawidget, and implemented lua parser for it.
Diffstat (limited to 'client/macrowindow.cc')
-rw-r--r-- | client/macrowindow.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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); |