diff options
Diffstat (limited to 'client/widgets/widget.h')
-rw-r--r-- | client/widgets/widget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/widgets/widget.h b/client/widgets/widget.h index 5d5f816..d964974 100644 --- a/client/widgets/widget.h +++ b/client/widgets/widget.h @@ -102,6 +102,8 @@ private: void createWidget(QDomNode &xml_node, QLayout *layout); QVector< Widget* > children; + void setWdgValidRecursive(bool valid); + // Store value in constructor to be set later. bool has_lazy; QString lazy_value; |