diff options
Diffstat (limited to 'client/widgets/widget.h')
-rw-r--r-- | client/widgets/widget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/widgets/widget.h b/client/widgets/widget.h index d172543..99b9479 100644 --- a/client/widgets/widget.h +++ b/client/widgets/widget.h @@ -88,7 +88,7 @@ protected: /* * LUA scripting events: */ - void eventOnChange(); + void eventOnChange(bool deep = false); QWidget *widget; bool hideChildren; @@ -98,8 +98,8 @@ protected: LUA *lua; private: - QVector< Widget* > children; void createWidget(QDomNode &xml_node, QLayout *layout); + QVector< Widget* > children; // Store value in constructor to be set later. bool has_lazy; |