Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
QDateTime: Fix inline use of deprecated ctor
FTBFS with clang-cl. Errors out due to no conversion between TimeSpec and TimeZone. Solution is simple: the default is LocalTime, so drop the 3rd argument. Change-Id: I27307f72680836b0a142aa49e5e9653996a0b2fc Reviewed-by: Thiago Macieira <[email protected]> Reviewed-by: Konrad Kujawa <[email protected]>
- Loading branch information