diff options
| author | Petr Mrázek <peterix@gmail.com> | 2017-06-27 04:32:53 +0200 |
|---|---|---|
| committer | Petr Mrázek <peterix@gmail.com> | 2017-06-27 04:32:53 +0200 |
| commit | 36f3e24cf31cfe6fad413d70ab8ad187a5251fb7 (patch) | |
| tree | 8da3bebaf8f8f4aa275d348e8c2ed8028202c445 /api/logic/net | |
| parent | 89d3a66658ebdb16582a4d7a2cab57cfd6906393 (diff) | |
| download | PrismLauncher-36f3e24cf31cfe6fad413d70ab8ad187a5251fb7.tar.gz PrismLauncher-36f3e24cf31cfe6fad413d70ab8ad187a5251fb7.tar.bz2 PrismLauncher-36f3e24cf31cfe6fad413d70ab8ad187a5251fb7.zip | |
NOISSUE remove some bad code in various Task related classes
Diffstat (limited to 'api/logic/net')
| -rw-r--r-- | api/logic/net/NetJob.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/api/logic/net/NetJob.h b/api/logic/net/NetJob.h index cd576664..a7577246 100644 --- a/api/logic/net/NetJob.h +++ b/api/logic/net/NetJob.h @@ -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; |
