ivan added a comment.

  The parentheses are not necessary when a lambda has no arguments.
  
    [something]() { ::: }
  
  can become:
  
    [something] { ::: }
  
  KWin uses both of these from what I've seen. Personally, I prefer the second.
  
  Otherwise, +1 for the change.

REPOSITORY
  R127 KWayland

REVISION DETAIL
  https://phabricator.kde.org/D16250

To: volkov, #kwin
Cc: ivan, kde-frameworks-devel, michaelh, ngraham, bruns

Reply via email to