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/LegacyUpdate.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/LegacyUpdate.h')
-rw-r--r-- | logic/LegacyUpdate.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/logic/LegacyUpdate.h b/logic/LegacyUpdate.h index c94fc4c6..05c00495 100644 --- a/logic/LegacyUpdate.h +++ b/logic/LegacyUpdate.h @@ -66,8 +66,7 @@ private: QString lwjglTargetPath; QString lwjglNativesPath; private: - JobListPtr legacyDownloadJob; - JobListQueue download_queue; + DownloadJobPtr legacyDownloadJob; }; |