Code review comment for lp:~dandrader/unity8/allowClientResize

Revision history for this message
Lukáš Tinkl (lukas-kde) wrote :

The code looks good, except why use this lambda?

connect(surface, &unityapi::MirSurfaceInterface::allowClientResizeChanged, this, [this]() {...}

Can't you just connect to the &Window::setAllowClientResize slot?

review: Needs Information

« Back to merge proposal