mirror of
https://github.com/vale981/Taevitas
synced 2025-03-05 09:31:42 -05:00
Test show Err.
This commit is contained in:
parent
1c1ba36ddc
commit
5f1ed30266
1 changed files with 0 additions and 1 deletions
|
@ -189,7 +189,6 @@ void MainWindow::showError( QString error ) {
|
||||||
errBox->setParent( this );
|
errBox->setParent( this );
|
||||||
errBox->critical( 0, "Error", "An Error has occured:\n" + error );
|
errBox->critical( 0, "Error", "An Error has occured:\n" + error );
|
||||||
errBox->setFixedSize( 500, 200 );
|
errBox->setFixedSize( 500, 200 );
|
||||||
errBox->setWindowModality( Qt::NonModal );
|
|
||||||
errBox->setAttribute( Qt::WA_DeleteOnClose, true );
|
errBox->setAttribute( Qt::WA_DeleteOnClose, true );
|
||||||
errBox->show();
|
errBox->show();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue