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/widgetbuilder.h | 1 + 1 file changed, 1 insertion(+) (limited to 'client/widgetbuilder.h') 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__*/ -- cgit v1.2.3