Qt 5.15 has deprecated the construction of a QDateTime object from a
QDate. This was used in our codebase to build a QDateTime
corresponding to the start of the day for the given QDate, but Qt
introduced a dedicated method for this use case since 5.14.
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rABCff275be8629a: [Qt] Fix deprecated QDateTime(const QDate &)
With Qt 5.5.1 and Qt 5.15:
ninja all check
Run bitcoin-qt and check the transaction view filter still works as
expected (including with an arbitrary range input).
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- qt_datetime
- Lint
Lint Passed - Unit
No Test Coverage - Build Status