Skip to content

Remove unused mask param in QPainterBackend::endFrame()

Vlad Zahorodnii requested to merge work/qpainter-unused-end-frame-param into master

It is unused and it is not a good idea to pass Scene's mask to the render backend as it results in higher coupling between Platform and Scene.

Merge request reports