Skip to content

ScenePosition: Optimize parent change connection

Instead of building a lambda closure object and capturing local variables in it, use sender() trick inside a custom slot method.

Note: this MR is based on top of !1082

Merge request reports