NOISSUE remove some bad code in various Task related classes

This commit is contained in:
Petr Mrázek
2017-06-27 04:32:53 +02:00
parent 89d3a66658
commit 36f3e24cf3
7 changed files with 10 additions and 31 deletions

View File

@ -76,7 +76,6 @@ private:
qint64 current_progress = 0;
qint64 total_progress = 1;
int failures = 0;
bool connected = false;
};
QString m_job_name;
QList<NetActionPtr> downloads;