[vlc-devel] commit: Qt: compile extensions on Qt4.4 (Jean-Baptiste Kempf )
    Rémi Denis-Courmont 
    remi at remlab.net
       
    Mon Jan 25 08:50:25 CET 2010
    
    
  
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.
-- 
Rémi Denis-Courmont
http://www.remlab.net
http://fi.linkedin.com/in/remidenis
    
    
More information about the vlc-devel
mailing list