GH-1929 do not allow non-current update task to affect the update process

Errors are handled by setting a flag and failing on the next call to next()
This commit is contained in:
Petr Mrázek
2017-07-21 08:49:58 +02:00
parent c19f6d4dcd
commit bea1b5de5e
2 changed files with 24 additions and 0 deletions
@@ -50,4 +50,6 @@ private:
QString m_preFailure;
int m_currentTask = -1;
bool m_abort = false;
bool m_failed_out_of_order = false;
QString m_fail_reason;
};