From 1be99b075ab1911e65a165e3b47513a3a8e290f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sat, 29 Apr 2017 21:34:36 +0200 Subject: NOISSUE more NetAction and NetJob cleanups --- api/logic/tasks/Task.h | 1 + 1 file changed, 1 insertion(+) (limited to 'api/logic/tasks') 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; -- cgit v1.2.3