captured variable is unused
wilder/Plasma/6.3
Aleix Pol 1 year ago committed by Aleix Pol Gonzalez
parent 6f3e3360d8
commit a9698ea64f
  1. 2
      src/wayland_server.cpp

@ -639,7 +639,7 @@ void WaylandServer::initScreenLocker()
ScreenLocker::KSldApp::self()->setGreeterEnvironment(kwinApp()->processStartupEnvironment());
connect(ScreenLocker::KSldApp::self(), &ScreenLocker::KSldApp::aboutToLock, this, [this, screenLockerApp]() {
connect(ScreenLocker::KSldApp::self(), &ScreenLocker::KSldApp::aboutToLock, this, [this]() {
new LockScreenPresentationWatcher(this);
});

Loading…
Cancel
Save