NOISSUE less jumpy download progress bars and redirect URL fix

This commit is contained in:
Petr Mrázek
2017-04-30 02:54:37 +02:00
parent 1be99b075a
commit 794102b32c
4 changed files with 31 additions and 18 deletions

View File

@ -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;
};