]> git.sesse.net Git - vlc/commitdiff
Qt4: compile fix for Qt4.4
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 25 Jan 2010 07:52:27 +0000 (08:52 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 25 Jan 2010 07:53:07 +0000 (08:53 +0100)
modules/gui/qt4/dialogs/extensions.cpp

index 9f63846ccbf196719663bf2fa53e171016bec1de..2ae002f4846d318bc0ea04fbfe51c8ee746b17a9 100644 (file)
@@ -179,7 +179,7 @@ ExtensionDialog::ExtensionDialog( intf_thread_t *_p_intf,
     this->setWindowFlags( Qt::WindowMinMaxButtonsHint
                         | Qt::WindowCloseButtonHint );
 #else
-    this->setWindowFlags( Qt::WindowMinMaxButtonsHint
+    this->setWindowFlags( Qt::WindowMinMaxButtonsHint );
 #endif
 
     this->setWindowTitle( qfu( p_dialog->psz_title ) );