diff options
Diffstat (limited to 'client/widgets/widget.h')
-rw-r--r-- | client/widgets/widget.h | 1 |
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: |