fix: abort and fail logic in tasks
Also sets up correctly the status connections
This commit is contained in:
parent
040ee919e5
commit
57d65177c8
4 changed files with 11 additions and 4 deletions
|
@ -100,6 +100,7 @@ void Task::emitAborted()
|
|||
m_failReason = "Aborted.";
|
||||
qDebug() << "Task" << describe() << "aborted.";
|
||||
emit aborted();
|
||||
emit finished();
|
||||
}
|
||||
|
||||
void Task::emitSucceeded()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue