Skip to content

AbstractApplicationItem: Drop import versions and overridden palette

ivan tkachenko requested to merge work/ratijas/gnomification into master

Palette has been upstreamed into QQuickItem, so no need to keep it in a subtype.

Also, since QPalette and QQuickPalette compatibility is currently broken on Qt 6, we can't keep the binding to Kirigami.Theme.

Merge request reports