fix: abort and fail logic in tasks
Also sets up correctly the status connections
This commit is contained in:
@ -100,6 +100,7 @@ void Task::emitAborted()
|
||||
m_failReason = "Aborted.";
|
||||
qDebug() << "Task" << describe() << "aborted.";
|
||||
emit aborted();
|
||||
emit finished();
|
||||
}
|
||||
|
||||
void Task::emitSucceeded()
|
||||
|
Reference in New Issue
Block a user