[vlc-devel] commit: Qt: compile extensions on Qt4.4 (Jean-Baptiste Kempf )

Jean-Baptiste Kempf jb at videolan.org
Mon Jan 25 08:53:17 CET 2010


On Mon, Jan 25, 2010 at 08:50:25AM +0100, Rémi Denis-Courmont wrote :
> 
> On Mon, 25 Jan 2010 01:28:05 +0100 (CET), git at videolan.org (git version
> control) wrote:
> > +#if HAS_QT45
> >      this->setWindowFlags( Qt::WindowMinMaxButtonsHint
> >                          | Qt::WindowCloseButtonHint );
> > +#else
> > +    this->setWindowFlags( Qt::WindowMinMaxButtonsHint
> > +#endif
> 
> Does that actually compile? The syntax looks odd.

Hmm... 
Fix pushed.



More information about the vlc-devel mailing list