Skip to content

qml: fix binding not restored with Qt 6 in PlayButton

Fatih Uzunoğlu requested to merge fuzun/vlc:qml/bindingnotrestoredqt6 into master

It seems that there is a bug with Qt 6 that bindings are not restored properly.

I have found a bug report (https://bugreports.qt.io/browse/QTBUG-122707) and although it is marked as fixed there it still happens.

Merge request reports