diff options
Diffstat (limited to 'api/logic/net/NetJob.h')
-rw-r--r-- | api/logic/net/NetJob.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/api/logic/net/NetJob.h b/api/logic/net/NetJob.h index a7577246..2b5c3d9a 100644 --- a/api/logic/net/NetJob.h +++ b/api/logic/net/NetJob.h @@ -84,7 +84,6 @@ private: QSet<int> m_doing; QSet<int> m_done; QSet<int> m_failed; - qint64 current_progress = 0; - qint64 total_progress = 0; + qint64 m_current_progress = 0; bool m_aborted = false; }; |