D6811: Use std::bind expression for Workspace::slotWindowtoDesktop

2017-07-29 Thread Martin Flöser
This revision was automatically updated to reflect the committed changes. Closed by commit R108:c8c15f005799: Use std::bind expression for Workspace::slotWindowtoDesktop (authored by graesslin). REPOSITORY R108 KWin CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D6811?vs=16970&id=1735

D6811: Use std::bind expression for Workspace::slotWindowtoDesktop

2017-07-21 Thread David Edmundson
davidedmundson accepted this revision. This revision is now accepted and ready to land. BRANCH slot-window-to-desktop-std-bind REVISION DETAIL https://phabricator.kde.org/D6811 To: graesslin, #kwin, #plasma, davidedmundson Cc: plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensre

D6811: Use std::bind expression for Workspace::slotWindowtoDesktop

2017-07-21 Thread Martin Flöser
graesslin added a dependency: D6783: Replace Workspace::slotWindowQuickTileFoo by a quickTileWindow with argument. REVISION DETAIL https://phabricator.kde.org/D6811 To: graesslin, #kwin, #plasma Cc: plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol

D6811: Use std::bind expression for Workspace::slotWindowtoDesktop

2017-07-21 Thread Martin Flöser
graesslin created this revision. Restricted Application added a project: Plasma. Restricted Application added a subscriber: plasma-devel. REVISION SUMMARY This way we don't need the sender() hack to get the value set on the QAction. TEST PLAN New autotest in master still passes BRANCH sl