[vlc-devel] [PATCH] Qt: PLTreeView: Fix name encoding in the tooltip

Francois Cartegnie fcvlcdev at free.fr
Fri Jun 15 16:43:47 CEST 2012


Le 15/06/2012 07:52, Naohiro KORIYAMA a écrit :
> -        name = QString( p_item->psz_name );
> +        name = QString::fromUtf8( p_item->psz_name );

Applied your patch with a fixup to use qfu().

Thanks

Francois




More information about the vlc-devel mailing list