diff options
author | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2010-03-28 19:22:11 (GMT) |
---|---|---|
committer | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2010-03-29 10:33:05 (GMT) |
commit | a078587d6a0a3fc514d5395984b0c6e2efa76e9d (patch) | |
tree | 9abbdf131b17820cc76c39efb437c9bd331715a9 /src/gui/widgets/qvalidator.cpp | |
parent | dcb055cde3a8d31e52a2d2143f14ca8662859541 (diff) | |
download | Qt-a078587d6a0a3fc514d5395984b0c6e2efa76e9d.zip Qt-a078587d6a0a3fc514d5395984b0c6e2efa76e9d.tar.gz Qt-a078587d6a0a3fc514d5395984b0c6e2efa76e9d.tar.bz2 |
Fixed a typo in the QDoubleValidotor doc.
Reviewed-by: trustme
Diffstat (limited to 'src/gui/widgets/qvalidator.cpp')
-rw-r--r-- | src/gui/widgets/qvalidator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/qvalidator.cpp b/src/gui/widgets/qvalidator.cpp index 0b5cc5a..b75db45 100644 --- a/src/gui/widgets/qvalidator.cpp +++ b/src/gui/widgets/qvalidator.cpp @@ -523,7 +523,7 @@ public: In addition, QDoubleValidator is always guaranteed to accept a number formatted according to the "C" locale. QDoubleValidator will not accept - numbers with thousand-seperators. + numbers with thousand-separators. \sa QIntValidator, QRegExpValidator, {Line Edits Example} */ |