NOISSUE some safe refactors and changes of the task subsystem
Possibly also some bug fixes.
This commit is contained in:
parent
2973b11d3e
commit
89d3a66658
18 changed files with 94 additions and 167 deletions
|
@ -76,7 +76,7 @@ bool Task::isFinished() const
|
|||
return m_finished;
|
||||
}
|
||||
|
||||
bool Task::successful() const
|
||||
bool Task::wasSuccessful() const
|
||||
{
|
||||
return m_succeeded;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue