Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
QDateTime::fromStdTimePoint: remove an unnecessary time_point_cast
The constraint now checks that the result of the clock_cast has a duration which is convertible to milliseconds, so just do the implicit conversion, without any cast for the duration. Task-number: QTBUG-125587 Change-Id: Id2c8232d756318c3e4d33cd7e1556773961a9dba Reviewed-by: Edward Welbourne <[email protected]>
- Loading branch information