HomePhabricator

[Qt] Fix deprecated pixmap() return by pointer with Qt 5.15

Description

[Qt] Fix deprecated pixmap() return by pointer with Qt 5.15

Summary:
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.

Test Plan:

ninja all check

Reviewers: #bitcoin_abc, deadalnix

Reviewed By: #bitcoin_abc, deadalnix

Subscribers: deadalnix

Differential Revision: https://reviews.bitcoinabc.org/D6573

Details

Provenance
FabienAuthored on Jun 15 2020, 13:24
FabienPushed on Jun 15 2020, 19:12
Reviewer
Restricted Project
Differential Revision
D6573: [Qt] Fix deprecated pixmap() return by pointer with Qt 5.15
Parents
rABC9e89ddf29822: Use the new Check facility in rpc/mining.cpp
Branches
Unknown
Tags
Unknown