Skip to content

[QPixmapItem/QImageItem] Avoid shadowing smooth property

Nicolas Fella requested to merge work/nico/smooth into master

Item already has one, and Qt doesn't like shadowed properties

Reuse the inherited one instead of shadowing it

Merge request reports