Skip to content

qml: inherit QtObject in VLCStyle and VLCIcons

Fatih Uzunoğlu requested to merge fuzun/vlc:qml-item-to-qtobject into master

These singletons can be QtObject instead of Item.

Item instantiates QQuickItem, thus has additional overhead.

Merge request reports