mirror of
https://github.com/vale981/Taevitas
synced 2025-03-04 17:11:40 -05:00
Test show Err.
This commit is contained in:
parent
5882422f2a
commit
e49e59e27b
1 changed files with 1 additions and 0 deletions
|
@ -189,6 +189,7 @@ void MainWindow::showError( QString error ) {
|
|||
errBox->setParent( this );
|
||||
errBox->critical( 0, "Error", "An Error has occured:\n" + error );
|
||||
errBox->setFixedSize( 500, 200 );
|
||||
msgBox->setModal( false );
|
||||
errBox->open( errBox, SLOT( deleteLater() ) );
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue