Skip to content
Commit 6308773a authored by Smitty van Bodegom's avatar Smitty van Bodegom
Browse files

Don't use C++20 deprecated implict this captures

These implicit captures are deprecated in C++20.
This was causing compiler warnings like this when compiled with clang:

plasma-dialer/src/call-manager.cpp:60:73: warning: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20 [-Wdeprecated]
   60 |     connect(d->callChannel.data(), &Tp::CallChannel::invalidated, this, [=]() {
parent 5e4e878b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment