[vlc-devel] commit: qt4: fix playlist column show/hide (Jakob Leben )
Jakob Leben
jakob.leben at gmail.com
Sun Aug 23 16:38:46 CEST 2009
On Sun, Aug 23, 2009 at 4:31 PM, Jean-Baptiste Kempf <jb at videolan.org>wrote:
> 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,
>
ooops, typo.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20090823/407bec45/attachment.html>
More information about the vlc-devel
mailing list