Commit 450c4ed2 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4: compile fix for Qt4.4

parent 9c191f2f
...@@ -179,7 +179,7 @@ ExtensionDialog::ExtensionDialog( intf_thread_t *_p_intf, ...@@ -179,7 +179,7 @@ ExtensionDialog::ExtensionDialog( intf_thread_t *_p_intf,
this->setWindowFlags( Qt::WindowMinMaxButtonsHint this->setWindowFlags( Qt::WindowMinMaxButtonsHint
| Qt::WindowCloseButtonHint ); | Qt::WindowCloseButtonHint );
#else #else
this->setWindowFlags( Qt::WindowMinMaxButtonsHint this->setWindowFlags( Qt::WindowMinMaxButtonsHint );
#endif #endif
this->setWindowTitle( qfu( p_dialog->psz_title ) ); this->setWindowTitle( qfu( p_dialog->psz_title ) );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment