Test show Err.

This commit is contained in:
Hiro Protagonist 2017-04-07 16:16:57 +12:00
parent b1299713d1
commit 5882422f2a

View file

@ -189,7 +189,7 @@ void MainWindow::showError( QString error ) {
errBox->setParent( this );
errBox->critical( 0, "Error", "An Error has occured:\n" + error );
errBox->setFixedSize( 500, 200 );
errBox->open( errBox, SLOT( errBox->deleteLater() ) );
errBox->open( errBox, SLOT( deleteLater() ) );
}
void MainWindow::showError( FlyCapture2::Error error ) {