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/lineedit.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'client/widgets/lineedit.h') diff --git a/client/widgets/lineedit.h b/client/widgets/lineedit.h index 99574c2..faea440 100644 --- a/client/widgets/lineedit.h +++ b/client/widgets/lineedit.h @@ -34,19 +34,15 @@ class LineEdit : public QLineEdit, public Widget { - Q_OBJECT - public: - LineEdit(QDomNode node); - bool isValid(); + LineEdit(QDomNode &node); public slots: - void changed(QString text); + void changed(); QString getValue(); private: - QRegExp rx; bool valid; }; -- cgit v1.2.3