From 8dadd3a9f18b6d4e8884862658fe8a1d042f631c Mon Sep 17 00:00:00 2001 From: senator Date: Tue, 2 Oct 2007 10:09:37 +0000 Subject: misc minor changes for testing --- client/widgets/widget.h | 1 + 1 file changed, 1 insertion(+) (limited to 'client/widgets/widget.h') 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: -- cgit v1.2.3