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
cfdd71c56f
commit
3d890e3121
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ void MainWindow::showError( QString error ) {
|
|||
errBox->critical( 0, "Error", "An Error has occured:\n" + error );
|
||||
errBox->setFixedSize( 500, 200 );
|
||||
errBox->setWindowModality( Qt::NonModal );
|
||||
errBox->open( errBox, SLOT( deleteLater() ) );
|
||||
errBox->show( errBox, SLOT( deleteLater() ) );
|
||||
}
|
||||
|
||||
void MainWindow::showError( FlyCapture2::Error error ) {
|
||||
|
|
Loading…
Add table
Reference in a new issue