Skip to content

avatar: avoid shadowing property smooth

David Edmundson requested to merge work/d_ed/avatar_final into master

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

Merge request reports