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, 2 insertions, 0 deletions
diff --git a/client/widgets/widget.h b/client/widgets/widget.h
index cba6be9..9b6a996 100644
--- a/client/widgets/widget.h
+++ b/client/widgets/widget.h
@@ -41,6 +41,8 @@ public:
virtual QString getValue();
virtual void setValue(QString value);
virtual bool isValid();
+ virtual void disable();
+ virtual void enable();
QString getName();
protected: