Qt6 migration
This commit is contained in:
parent
87553b2554
commit
423043d431
19 changed files with 64 additions and 87 deletions
|
|
@ -40,9 +40,10 @@ public:
|
|||
this->reportResult(result);
|
||||
}
|
||||
} catch (QException &e) {
|
||||
reportException(e);
|
||||
QFutureInterfaceBase::reportException(e);
|
||||
} catch (...) {
|
||||
reportException(QUnhandledException());
|
||||
QUnhandledException ex;
|
||||
QFutureInterfaceBase::reportException(ex);
|
||||
}
|
||||
|
||||
this->reportFinished();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue