Commit f4e4ec78 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

qt4 - Make errors dialog Application Modal.

parent e4168df7
......@@ -37,6 +37,8 @@ ErrorsDialog::ErrorsDialog( intf_thread_t *_p_intf ) : QVLCFrame( _p_intf )
setWindowTitle( qtr( "Errors" ) );
resize( 500 , 200 );
setWindowModality( Qt::ApplicationModal );
QGridLayout *layout = new QGridLayout( this );
QPushButton *closeButton = new QPushButton(qtr("&Close"));
QPushButton *clearButton = new QPushButton(qtr("&Clear"));
......
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