[vlc-devel] commit: qt4: fix playlist column show/hide (Jakob Leben )
Jean-Baptiste Kempf
jb at videolan.org
Sun Aug 23 16:31:08 CEST 2009
On Sun, Aug 23, 2009 at 04:15:14PM +0200, git version control wrote :
> +Computes shown column index from meta data column id and shown columns flags.
> +meta_col must be contained in shown_flags!
> +*/
> +int PLModel::columnFromMeta( int meta_col, int shown_flags ) const
> +{
> + assert( meta & shown_flags );
Buildbot doesn't like this ^^
Best Regards,
--
Jean-Baptiste Kempf
http://www.jbkempf.com/
More information about the vlc-devel
mailing list