Commit 36b4ced9 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Revert "qt4 - Make errors dialog Application Modal."

This reverts commit f4e4ec78.
Non-modal errors are non-model errors, and we only use the error dialog
for non-modal errors (otherwise we use a critical message box). We need
the Qt4 UI to remain usable inspite of a continuous flow of error.
parent 61918560
......@@ -42,8 +42,6 @@ ErrorsDialog::ErrorsDialog( QWidget *parent, intf_thread_t *_p_intf )
setWindowTitle( qtr( "Errors" ) );
resize( 500 , 300 );
setWindowModality( Qt::ApplicationModal );
QGridLayout *layout = new QGridLayout( this );
QDialogButtonBox *buttonBox = new QDialogButtonBox;
......
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