[kded] Replace configReady functon with lambda
ClosedPublic

Authored by romangg on Nov 14 2018, 9:14 AM.

Details

Summary

Purely for cosmetic reasons.

Test Plan

Compiles.

Diff Detail

Repository
R104 KScreen
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
romangg created this revision.Nov 14 2018, 9:14 AM
Restricted Application added a project: Plasma. · View Herald TranscriptNov 14 2018, 9:14 AM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
romangg requested review of this revision.Nov 14 2018, 9:14 AM

Note, that the configReady function was a public slot in an exported class, so is it safe? I would like to change other stuff in this class definition. I don't know why the class is exported and who consumes it.

romangg retitled this revision from [daemon] Replace configReady functon with lambda to [kded] Replace configReady functon with lambda.Nov 14 2018, 9:16 AM

Note, that the configReady function was a public slot in an exported class, so is it safe?

it's not in a library that people link to, so you can do whatever.

davidedmundson accepted this revision.Nov 14 2018, 11:56 AM
This revision is now accepted and ready to land.Nov 14 2018, 11:56 AM
This revision was automatically updated to reflect the committed changes.