Diffusion KWin 150a0357b4a6

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

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

Description

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

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

Reviewers: KWin, Plasma

Subscribers: plasma-devel, kwin

Tags: KWin

Differential Revision: https://phabricator.kde.org/D6801