don't connect to lambdas and call slots when you can just call the slots
ClosedPublic

Authored by sitter on Mar 21 2019, 10:29 AM.

Details

Summary

the lambdas were really unnecessary. both deleteLater and restart
are losts, and arg-less ones at that, so instead of using a lambda we can
just connect to the slots directly.

Diff Detail

Repository
R871 DrKonqi
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
sitter created this revision.Mar 21 2019, 10:29 AM
Restricted Application added a project: Plasma. · View Herald TranscriptMar 21 2019, 10:29 AM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
sitter requested review of this revision.Mar 21 2019, 10:29 AM
davidedmundson accepted this revision.Mar 21 2019, 10:56 AM
This revision is now accepted and ready to land.Mar 21 2019, 10:56 AM
This revision was automatically updated to reflect the committed changes.