diff options
Diffstat (limited to 'doc/html/qvalidator.html')
-rw-r--r-- | doc/html/qvalidator.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qvalidator.html b/doc/html/qvalidator.html index 78766fedc..38ccdd970 100644 --- a/doc/html/qvalidator.html +++ b/doc/html/qvalidator.html @@ -59,7 +59,7 @@ TQValidator. The class has two virtual functions: <a href="#validate">validate</ <p> <a href="#validate">validate</a>() must be implemented by every subclass. It returns <a href="#State-enum">Invalid</a>, <a href="#State-enum">Intermediate</a> or <a href="#State-enum">Acceptable</a> depending on whether its argument is valid (for the subclass's definition of valid). -<p> These three states retquire some explanation. An <a href="#State-enum">Invalid</a> string +<p> These three states require some explanation. An <a href="#State-enum">Invalid</a> string is <em>clearly</em> invalid. <a href="#State-enum">Intermediate</a> is less obvious: the concept of validity is slippery when the string is incomplete (still being edited). TQValidator defines <a href="#State-enum">Intermediate</a> as the |