(core): use lambdas instead of deprecated QSignalMapper for Qt Signals/Slots
requested to merge 54-core-use-lambdas-instead-of-deprecated-qsignalmapper-for-qt-signals-slots into dev
Description
All QSignalMapper has been removed in favor of simple lambdas.
Closes #54 (closed)
How to test it?
- launch unit tests
- launch exDump (very ugly application)
Edited by Didier WECKMANN