From fe81dbb0a0dfc9c3808df9576dfe9a8f0b7520be Mon Sep 17 00:00:00 2001 From: deva Date: Wed, 2 Jul 2008 09:42:38 +0000 Subject: Made all setValue calls in a second pass, to the construction of the widgets. --- client/macrowindow.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'client/macrowindow.h') diff --git a/client/macrowindow.h b/client/macrowindow.h index 050e59d..9386f35 100644 --- a/client/macrowindow.h +++ b/client/macrowindow.h @@ -50,10 +50,7 @@ public: LUA *lua; - QString getValue(QString name); - void setValue(QString name, QString value); - void enable(QString name); - void disable(QString name); + Widget *getWidget(QString name); public slots: void commit(); -- cgit v1.2.3