summaryrefslogtreecommitdiff
path: root/client/widgets/widget.cc
diff options
context:
space:
mode:
Diffstat (limited to 'client/widgets/widget.cc')
-rw-r--r--client/widgets/widget.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/client/widgets/widget.cc b/client/widgets/widget.cc
index 7b62f36..5e811cb 100644
--- a/client/widgets/widget.cc
+++ b/client/widgets/widget.cc
@@ -46,3 +46,8 @@ QString Widget::getName()
{
return widget_name;
}
+
+bool Widget::isValid()
+{
+ return true;
+}