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.
Differential D7887
qt: Replace deprecated QSignalMapper by lambda expressions Fabien on Oct 12 2020, 11:00. Authored by Tags None Subscribers None
Details
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. With Qt >= 5.10 and <= 5.13 ninja all check Check the warnings are gone
Diff Detail
|