Skip to content

Fix icon property assignment

Volker Krause requested to merge work/vkrause/fix-icon-assignment into master

QQuickIcon and our copy of that are two different types, we can't just assign one to the other. Instead, assign all properties our copy has.

Fixes fallout of !90 (merged).

Merge request reports