[vlc-devel] [vlc-commits] Qt: seekpoints: don't use qtu() shorcut in this header
Jean-Baptiste Kempf
jb at videolan.org
Fri Jan 13 09:30:53 CET 2012
On Fri, Jan 13, 2012 at 03:59:10AM +0100, Francois Cartegnie wrote :
> vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Fri Jan 13 03:57:50 2012 +0100| [755c0cb307f82ce1602d255c0d882448fca02187] | committer: Francois Cartegnie
>
> Qt: seekpoints: don't use qtu() shorcut in this header
Why?
> - name = qfu( seekpoint->psz_name );
> + name = QString::fromUtf8( seekpoint->psz_name );
qfu and QString::fromUtf8 are equivalent, no?
Best regards,
--
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device
More information about the vlc-devel
mailing list