summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@digia.com>2014-09-16 13:06:20 +0200
committerMitch Curtis <mitch.curtis@digia.com>2014-09-16 13:28:52 +0200
commit05605b774eced0e8ddc3fa8c30ec618cad5412cd (patch)
tree0ab532f678c409bc7c8aca88844894217e941628 /src/gui
parentee324e4ed5272bd0045a0158f66651d3cf850fac (diff)
Rephrase sentence in QIntValidator documentation.
Change-Id: I53b4e4615ad23a603bc724b896de5fd1644cdab0 Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/util/qvalidator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/util/qvalidator.cpp b/src/gui/util/qvalidator.cpp
index dbb8575397..f704ec2a72 100644
--- a/src/gui/util/qvalidator.cpp
+++ b/src/gui/util/qvalidator.cpp
@@ -314,7 +314,7 @@ void QValidator::fixup(QString &) const
Notice that the value \c 999 returns Intermediate. Values
consisting of a number of digits equal to or less than the max
value are considered intermediate. This is intended because the
- digit that prevents a number to be in range is not necessarily the
+ digit that prevents a number from being in range is not necessarily the
last digit typed. This also means that an intermediate number can
have leading zeros.