[vlc-devel] [PATCH] Qt: StandardPanel: make popupExplore correctly handle uri (fix #5533).

Francois Cartegnie fcvlcdev at free.fr
Mon Apr 29 22:13:54 CEST 2013


Le 25/04/2013 19:13, Francois Cartegnie a écrit :
> +        QDesktopServices::openUrl( url );

Forget that patch, that's a QT bug.
QUrl always convert separators to forward slashes ("\\server" =>
"file://server") and openUrl() can't handle windows UNC in that case
(requiring backward slashes).

Fixed in Qt 5.0.1.

Francois






More information about the vlc-devel mailing list