summaryrefslogtreecommitdiffstats
path: root/api/logic/tasks
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2017-04-29 21:34:36 +0200
committerPetr Mrázek <peterix@gmail.com>2017-04-29 21:34:36 +0200
commit1be99b075ab1911e65a165e3b47513a3a8e290f3 (patch)
treefcd390641e04f3833a1afc3b351471bc2af7bd9c /api/logic/tasks
parente1465f4848d003cab3d3d1288c1a0f3b945083ee (diff)
downloadMultiMC-1be99b075ab1911e65a165e3b47513a3a8e290f3.tar
MultiMC-1be99b075ab1911e65a165e3b47513a3a8e290f3.tar.gz
MultiMC-1be99b075ab1911e65a165e3b47513a3a8e290f3.tar.lz
MultiMC-1be99b075ab1911e65a165e3b47513a3a8e290f3.tar.xz
MultiMC-1be99b075ab1911e65a165e3b47513a3a8e290f3.zip
NOISSUE more NetAction and NetJob cleanups
Diffstat (limited to 'api/logic/tasks')
-rw-r--r--api/logic/tasks/Task.h1
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;