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