Skip to content

qml: compatibility fixes for qt6

Pierre Lamot requested to merge chub/vlc:qml/param-injection-qt5 into master

This MR fixes minor issues that will raise warnings in qt6, mostly dues to QML syntax evolution. All this changes can directly be applied on Qt5.12 code. a few of them have been voluntarily left out due to signal signature changes in Qt6 (TapHandler for instance)

Connection syntax changes have been left aside as this is incompatible with Qt5.12.

I probably forgot some of them, but this fixes most warning I saw.

Merge request reports