Material: Database manager fixes (#21132)
* Remove duplicate code from previous merge * Caatch potential unknoiwn exceptions
This commit is contained in:
@@ -146,6 +146,9 @@ void DlgMigrateExternal::migrate()
|
||||
statusUpdate(QString::fromStdString(e.what()));
|
||||
statusUpdate(tr("Unknown exception - Aborted"));
|
||||
}
|
||||
catch (...) {
|
||||
statusUpdate(tr("Unknown exception - Aborted"));
|
||||
}
|
||||
}
|
||||
|
||||
void DlgMigrateExternal::statusUpdate(const QString& status)
|
||||
|
||||
Reference in New Issue
Block a user