From db2fdbe872cc6c1b224a1c4c735fac4369b3802e Mon Sep 17 00:00:00 2001 From: deva Date: Fri, 13 Aug 2010 08:24:46 +0000 Subject: Add missing children widgets to actual layouts. --- client/widgets/window.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/widgets/window.cc') diff --git a/client/widgets/window.cc b/client/widgets/window.cc index f51cfd9..4d9253d 100644 --- a/client/widgets/window.cc +++ b/client/widgets/window.cc @@ -55,7 +55,7 @@ Window::Window(QDomNode &node, MacroWindow *macrowindow) widget->setWindowTitle(elem.attribute("caption")); } - addChildren(node); + addChildren(node, widget->layout()); } Window::~Window() -- cgit v1.2.3