From 05605b774eced0e8ddc3fa8c30ec618cad5412cd Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Tue, 16 Sep 2014 13:06:20 +0200 Subject: Rephrase sentence in QIntValidator documentation. Change-Id: I53b4e4615ad23a603bc724b896de5fd1644cdab0 Reviewed-by: J-P Nurmi --- src/gui/util/qvalidator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/util') 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. -- cgit v1.2.3