Replace delegate slots for window shortcut by std::bind expressions
ClosedPublic

Authored by graesslin on Jul 20 2017, 5:10 PM.

Details

Summary

Client had a slot to delay a call when setting up a global shortcut for
the Client. This can be simplified by using a std::bind expression.
Similar the action was connected to a one line lambda which can be
expressed through a std::bind expression as well.

Test Plan

New added auto test still passes

Diff Detail

Repository
R108 KWin
Branch
useractions-client-shortcut-simplify
Lint
No Linters Available
Unit
No Unit Test Coverage
graesslin created this revision.Jul 20 2017, 5:10 PM
Restricted Application added a project: KWin. · View Herald TranscriptJul 20 2017, 5:10 PM
Restricted Application added subscribers: kwin, plasma-devel. · View Herald Transcript
davidedmundson accepted this revision.Jul 21 2017, 10:33 AM
This revision is now accepted and ready to land.Jul 21 2017, 10:33 AM
This revision was automatically updated to reflect the committed changes.