fixing cpp20 warnings for lambda expressions
Fixing
Deprecate implicit capture of this via [=]
by changing it to
[=, this]
This is the recommended method to change it for c++20. This concerns some qcr objects
Fixing
Deprecate implicit capture of this via [=]
by changing it to
[=, this]
This is the recommended method to change it for c++20. This concerns some qcr objects