Do not capture 'this' as it is not used
ClosedPublic

Authored by yurchor on Oct 15 2018, 7:42 AM.

Details

Summary

Lambda capture is not used below, there is no need to capture it (or it should be used in the 'connect' later). I'm not a lambda-expert. Please advise.

Clang warning:

https://build.kde.org/job/Applications/job/kfind/job/kf5-qt5%20FreeBSDQt5.11/13/warnings12Result/NORMAL/

Test Plan

Everything works so far without this capture.

Diff Detail

Repository
R228 KFind
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
yurchor requested review of this revision.Oct 15 2018, 7:42 AM
yurchor created this revision.
broulik accepted this revision.Oct 15 2018, 2:50 PM
This revision is now accepted and ready to land.Oct 15 2018, 2:50 PM
This revision was automatically updated to reflect the committed changes.