qt5base-lts/tests/auto/gui/util/qdoublevalidator
Fabian Kosmale 3359b29c99 QDoubleValidator: Fix thousand separator handling
QDoubleValidator would accept "1,23" as valid in a locale which has ','
as a thousand separator. However, it should have been Intermediate
instead, as there is still one digit missing.

Fixes: QTBUG-75110
Change-Id: I6de90f0b6f1eae95dc8dfc8e5f9658e482e46db3
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
2019-12-05 11:30:24 +01:00
..
.gitignore Move QValidator tests to QtGui 2012-10-10 23:27:03 +02:00
qdoublevalidator.pro Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
tst_qdoublevalidator.cpp QDoubleValidator: Fix thousand separator handling 2019-12-05 11:30:24 +01:00