summaryrefslogtreecommitdiffstats
path: root/api/logic/net/NetJob.h
diff options
context:
space:
mode:
Diffstat (limited to 'api/logic/net/NetJob.h')
-rw-r--r--api/logic/net/NetJob.h1
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;