summaryrefslogtreecommitdiff
path: root/client/macrowindow.h
diff options
context:
space:
mode:
authordeva <deva>2008-07-02 09:42:38 +0000
committerdeva <deva>2008-07-02 09:42:38 +0000
commitfe81dbb0a0dfc9c3808df9576dfe9a8f0b7520be (patch)
tree33281ee07a3fef90dfca8fbe330cbd7f16b79967 /client/macrowindow.h
parent4d7617cbf20985b7cf2231675d8aadd01f77c3d2 (diff)
Made all setValue calls in a second pass, to the construction of the widgets.
Diffstat (limited to 'client/macrowindow.h')
-rw-r--r--client/macrowindow.h5
1 files changed, 1 insertions, 4 deletions
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();