Remove capture of this in lambda
ClosedPublic

Authored by gladhorn on Sep 12 2019, 7:38 PM.

Details

Summary

When this is not used, there is no point in capturing it.

Diff Detail

Repository
R127 KWayland
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
gladhorn created this revision.Sep 12 2019, 7:38 PM
Restricted Application added a project: Frameworks. · View Herald TranscriptSep 12 2019, 7:38 PM
Restricted Application added a subscriber: kde-frameworks-devel. · View Herald Transcript
gladhorn requested review of this revision.Sep 12 2019, 7:38 PM
zzag accepted this revision.Sep 12 2019, 7:40 PM
This revision is now accepted and ready to land.Sep 12 2019, 7:40 PM
broulik accepted this revision.Sep 12 2019, 7:44 PM
gladhorn updated this revision to Diff 65943.Sep 12 2019, 8:04 PM

Remove more lambda this captures

This revision was automatically updated to reflect the committed changes.