Page MenuHomePhabricator

qt: Replace deprecated QSignalMapper by lambda expressions
ClosedPublic

Authored by Fabien on Oct 12 2020, 11:00.

Details

Summary
The QSignalMapper class has been deprecated since Qt 5.10.
This PR replaces it by lambdas and does not change behavior.

Backport of core PR16706.

Test Plan

With Qt >= 5.10 and <= 5.13

ninja all check

Check the warnings are gone

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable