summaryrefslogtreecommitdiffstats
path: root/config.profiles/symbian/platform_paths.prf
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2024-05-23 19:58:19 +0200
committerGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2024-05-28 21:11:23 +0200
commite95812df85d98689d51bed92acce51e0e250f854 (patch)
treea18529d761c3514186fbc46c559ee3e74647b66c /config.profiles/symbian/platform_paths.prf
parentcbbe28d85cc47505c6e7c7e4312454a722304c66 (diff)
QDateTime::fromStdTimePoint: fix the constraintHEADdev
The constraint requires the input time_point's duration to be convertible to milliseconds. That's inaccurate: we need to check the duration of the time_point we get from the clock_cast, not the input. In general, clock_cast is allowed to return arbitrary durations, so it may not match the input. (It indeed doesn't match for some standard clocks, like gps_clock.) Pick-to: 6.7 Task-number: QTBUG-125587 Change-Id: I5a93317c8cdc0a3cef4acab17c656e2e5dac5d8d Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'config.profiles/symbian/platform_paths.prf')
0 files changed, 0 insertions, 0 deletions