Skip to content
Commit 46b6c388 authored by David Edmundson's avatar David Edmundson
Browse files

avatar: avoid shadowing property smooth

Smooth is a property of QQuickItem. In 6.6 these properties are declared
final which causes an error when used.

There's also no benefit to not setting it on an image. There's
effectively no performance gain, and no use-case for an image being
pixelated. For that reason setting the property now does nothing.
parent 480ade04
Pipeline #416756 passed with stage
in 3 minutes and 33 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment