Skip to content

qml: remove unnecessary property and fix final overriding in Qt 6.6

Fatih Uzunoğlu requested to merge fuzun/vlc:qt/finalpropertyfix into master

This property is marked as final in Qt 6.6. I think we can use the existing property instead of overriding it.

Merge request reports