Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | QXmlPatterns QAbstractDateTime: only parse 3 digits of time fraction | Peter Hartmann | 2010-08-05 | 1 | -0/+1 |
the XML Schema dateTime type allows for an unlimited precision of fractial time values; this fails for 4 or more digits when creating a QTime. This patch takes only 3 digits of the time fraction into account, since we cannot store more in a QTime or QDateTime anyway. Reviewed-by: Olivier Goffart Task-number: QTBUG-11559 |