From 42625c76eca0e62c589e2f67373cefaaff14227a Mon Sep 17 00:00:00 2001 From: senator Date: Thu, 19 Jul 2007 09:42:18 +0000 Subject: changed the validation method to only use qregexp --- client/widgets/lineedit.h | 1 + 1 file changed, 1 insertion(+) (limited to 'client/widgets/lineedit.h') diff --git a/client/widgets/lineedit.h b/client/widgets/lineedit.h index 551f08b..45af6f3 100644 --- a/client/widgets/lineedit.h +++ b/client/widgets/lineedit.h @@ -47,6 +47,7 @@ public slots: private: QValidator *validator; + QRegExp rx; bool valid; }; -- cgit v1.2.3