Skip to content

doc: QtPlayer: fix file opening on Windows

Simon Latapie requested to merge Garf/vlc:doc-fix-qtplayer into master

Using a raw path from the QFileDialog can lead to wrong native separators in the provided string. Using URLs instead of paths should be more cross-platform compliant.

Merge request reports