diff options
author | senator <senator> | 2007-07-19 09:42:18 +0000 |
---|---|---|
committer | senator <senator> | 2007-07-19 09:42:18 +0000 |
commit | 42625c76eca0e62c589e2f67373cefaaff14227a (patch) | |
tree | 17fbf52b4c8ced809e5b9b96571bc0b3f0ec69bb /client/widgets/lineedit.h | |
parent | 97f91125b45996994efd4a9964c25202477cb530 (diff) |
changed the validation method to only use qregexp
Diffstat (limited to 'client/widgets/lineedit.h')
-rw-r--r-- | client/widgets/lineedit.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; }; |