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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/widgets/widget.h b/client/widgets/widget.h
index ab23ebf..09205b0 100644
--- a/client/widgets/widget.h
+++ b/client/widgets/widget.h
@@ -37,6 +37,7 @@ public:
Widget(QDomNode node);
virtual ~Widget(){}
virtual QString getValue() = 0;
+ virtual bool isValid();
QString getName();
protected: