summaryrefslogtreecommitdiff
path: root/client/widgetbuilder.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/widgetbuilder.h
parent4d7617cbf20985b7cf2231675d8aadd01f77c3d2 (diff)
Made all setValue calls in a second pass, to the construction of the widgets.
Diffstat (limited to 'client/widgetbuilder.h')
-rw-r--r--client/widgetbuilder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/widgetbuilder.h b/client/widgetbuilder.h
index f3b7369..21bf15e 100644
--- a/client/widgetbuilder.h
+++ b/client/widgetbuilder.h
@@ -34,5 +34,6 @@
#include "macrowindow.h"
QVector< Widget* > widgetBuilder(QDomNode xml_node, QWidget *parent, MacroWindow *macrowindow);
+void setValues(QDomNode xml_node, MacroWindow *macrowindow);
#endif/*__PRACRO_WIDGETBUILDER_H__*/