diff options
author | Petr Mrázek <peterix@gmail.com> | 2013-09-02 00:25:40 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2013-09-02 00:25:40 +0200 |
commit | f8e8414d544f1227e86099146bba903c9082d09e (patch) | |
tree | a0983c2a5a17feda4c2f813d32d0b98111463176 /logic/BaseUpdate.h | |
parent | 78e278c1e33e39eb29a26a976b19ea6a8150bfff (diff) | |
download | MultiMC-f8e8414d544f1227e86099146bba903c9082d09e.tar MultiMC-f8e8414d544f1227e86099146bba903c9082d09e.tar.gz MultiMC-f8e8414d544f1227e86099146bba903c9082d09e.tar.lz MultiMC-f8e8414d544f1227e86099146bba903c9082d09e.tar.xz MultiMC-f8e8414d544f1227e86099146bba903c9082d09e.zip |
Speed up the downloads. Massively.
Diffstat (limited to 'logic/BaseUpdate.h')
-rw-r--r-- | logic/BaseUpdate.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/logic/BaseUpdate.h b/logic/BaseUpdate.h index d1e7b735..6f1e26f3 100644 --- a/logic/BaseUpdate.h +++ b/logic/BaseUpdate.h @@ -42,7 +42,6 @@ protected slots: void updateDownloadProgress(qint64 current, qint64 total); protected: - JobListQueue download_queue; BaseInstance *m_inst; }; |