Skip to content

qt: use double-precision for player position and check equality

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

QML can only use double-precision, and the type seems to changed to double recently in the core.

Cherry-picked from !5391 as it seems that it won't be merged.

Request review @tguillem.

Merge request reports