diff options
author | Petr Mrázek <peterix@gmail.com> | 2017-04-30 02:54:37 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2017-04-30 02:54:37 +0200 |
commit | 794102b32cb9b9c0ddb0c8268c572acb256dd6ba (patch) | |
tree | 86aff77c02ee18479cb18da035ae70d0a5c8e758 /api/logic/net/NetJob.h | |
parent | 1be99b075ab1911e65a165e3b47513a3a8e290f3 (diff) | |
download | PrismLauncher-794102b32cb9b9c0ddb0c8268c572acb256dd6ba.tar.gz PrismLauncher-794102b32cb9b9c0ddb0c8268c572acb256dd6ba.tar.bz2 PrismLauncher-794102b32cb9b9c0ddb0c8268c572acb256dd6ba.zip |
NOISSUE less jumpy download progress bars and redirect URL fix
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; }; |