qml: inherit QtObject in VLCStyle and VLCIcons
These singletons can be QtObject instead of Item.
Item instantiates QQuickItem, thus has additional overhead.
These singletons can be QtObject instead of Item.
Item instantiates QQuickItem, thus has additional overhead.
VideoLAN code repository instance