a79de46ac5
Using convertDoubleTo() to get a whole number, from which to determine
the number of digits we're allowed before the fractional part, fails
if the double isn't a whole number, which lead to the skip being
checked. Use qFloor() of the double (as this should have as many
digits as the double had before its decimal point, which is what we
care about; qCeil() might round up to a power of ten).
This amends commit
|
||
---|---|---|
.. | ||
qdesktopservices | ||
qdoublevalidator | ||
qintvalidator | ||
qregularexpressionvalidator | ||
qtexturefilereader | ||
qundogroup | ||
qundostack | ||
CMakeLists.txt |