From 37cd747953facf8c4ffed40dcef175391d15c388 Mon Sep 17 00:00:00 2001 From: deva Date: Fri, 13 Aug 2010 12:18:14 +0000 Subject: Child recursion setValue fix. Missing initialisation of hideChildren and missing check on valid(). --- client/widgets/metawidget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/widgets/metawidget.h') diff --git a/client/widgets/metawidget.h b/client/widgets/metawidget.h index dd32adf..f44fd79 100644 --- a/client/widgets/metawidget.h +++ b/client/widgets/metawidget.h @@ -50,7 +50,7 @@ public: bool setKeyboardFocus(); - void reset(); + // void reset(); public slots: void changed(); -- cgit v1.2.3