summaryrefslogtreecommitdiff
path: root/client/widgets/widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/widgets/widget.h')
-rw-r--r--client/widgets/widget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/widgets/widget.h b/client/widgets/widget.h
index 17480cb..5d5f816 100644
--- a/client/widgets/widget.h
+++ b/client/widgets/widget.h
@@ -54,7 +54,7 @@ public:
// Set deep to true to validate inner widgets.
bool valid(bool deep = false);
- void setValid(bool valid);
+ void setValid(bool valid, bool deep = false);
// Implement in subclasses to contribute to the validation.
virtual bool preValid() { return true; }