diff options
Diffstat (limited to 'api/logic/tasks')
-rw-r--r-- | api/logic/tasks/Task.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/logic/tasks/Task.h b/api/logic/tasks/Task.h index 9bc2781f..17ea87f3 100644 --- a/api/logic/tasks/Task.h +++ b/api/logic/tasks/Task.h @@ -100,6 +100,7 @@ public slots: void setProgress(qint64 current, qint64 total); protected: + // FIXME: replace these with the m_status from NetAction bool m_running = false; bool m_finished = false; bool m_succeeded = false; |