From 322a83c48618b2f58e1014daff6f3956af8070ea Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 2 Jun 2008 13:03:33 +0000 Subject: A large number of small changes in widgets, primarily validation oriented. --- client/widgets/checkbox.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'client/widgets/checkbox.h') diff --git a/client/widgets/checkbox.h b/client/widgets/checkbox.h index c57f235..228723e 100644 --- a/client/widgets/checkbox.h +++ b/client/widgets/checkbox.h @@ -33,9 +33,10 @@ class CheckBox : public QCheckBox, public Widget { - public: - CheckBox(QDomNode node); + CheckBox(QDomNode &node); + + bool isValid(); public slots: QString getValue(); -- cgit v1.2.3