diff options
Diffstat (limited to 'client')
-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 a636c5e..beefdab 100644 --- a/client/widgets/widget.h +++ b/client/widgets/widget.h @@ -32,6 +32,7 @@ class Widget { public: + virtual ~Widget(){} virtual QString getValue() = 0; QString getName(); |