The pixmap() method returning a QImage * is deprecated with Qt 5.15.
It is replaced by a new pixmap(Qt::ReturnByValue) call which returns
by value as its name implies.
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rABCa7a19984d08a: [Qt] Fix deprecated pixmap() return by pointer with Qt 5.15
ninja all check
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable