summaryrefslogtreecommitdiffstats
path: root/api/logic/updater/DownloadTask.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2017-05-03 23:11:52 +0200
committerPetr Mrázek <peterix@gmail.com>2017-05-03 23:13:49 +0200
commite76e6329cdf4f1613c6303debd3ca43493147f7b (patch)
tree69a21f72da050a7c67435eae8850a73942ada1bd /api/logic/updater/DownloadTask.h
parent0efa714ba55a33ea6dbcbd08b50c0b09675ce83b (diff)
downloadMultiMC-e76e6329cdf4f1613c6303debd3ca43493147f7b.tar
MultiMC-e76e6329cdf4f1613c6303debd3ca43493147f7b.tar.gz
MultiMC-e76e6329cdf4f1613c6303debd3ca43493147f7b.tar.lz
MultiMC-e76e6329cdf4f1613c6303debd3ca43493147f7b.tar.xz
MultiMC-e76e6329cdf4f1613c6303debd3ca43493147f7b.zip
NOISSUE Revert all recent changes to NetAction and NetJob
Diffstat (limited to 'api/logic/updater/DownloadTask.h')
-rw-r--r--api/logic/updater/DownloadTask.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/api/logic/updater/DownloadTask.h b/api/logic/updater/DownloadTask.h
index c59b9b94..bcbe9736 100644
--- a/api/logic/updater/DownloadTask.h
+++ b/api/logic/updater/DownloadTask.h
@@ -37,7 +37,7 @@ public:
*
* target is a template - XXXXXX at the end will be replaced with a random generated string, ensuring uniqueness
*/
- explicit DownloadTask(GoUpdate::Status status, QString target, QObject* parent = 0);
+ explicit DownloadTask(Status status, QString target, QObject* parent = 0);
/// Get the directory that will contain the update files.
QString updateFilesDir();
@@ -71,7 +71,7 @@ protected:
NetJobPtr m_filesNetJob;
- GoUpdate::Status m_status;
+ Status m_status;
OperationList m_operations;