aboutsummaryrefslogtreecommitdiff
path: root/launcher/ModDownloadTask.h
diff options
context:
space:
mode:
authorflow <thiagodonato300@gmail.com>2022-04-15 20:35:17 -0300
committerflow <flowlnlnln@gmail.com>2022-05-23 14:42:27 -0300
commit5a34e8fd7c913bc138e1606baf9df2cd1a64baed (patch)
tree58fd00b20d6ee407a47067b16f3c5088825dd1a9 /launcher/ModDownloadTask.h
parentfcfb2cfc3da9a8f897063db05fdf3aebc41a59ae (diff)
downloadPrismLauncher-5a34e8fd7c913bc138e1606baf9df2cd1a64baed.tar.gz
PrismLauncher-5a34e8fd7c913bc138e1606baf9df2cd1a64baed.tar.bz2
PrismLauncher-5a34e8fd7c913bc138e1606baf9df2cd1a64baed.zip
refactor: move mod tasks to their own subfolder
Makes the launcher/minecraft/mod/ folder a little more organized.
Diffstat (limited to 'launcher/ModDownloadTask.h')
-rw-r--r--launcher/ModDownloadTask.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/launcher/ModDownloadTask.h b/launcher/ModDownloadTask.h
index d292dfbb..5eaee187 100644
--- a/launcher/ModDownloadTask.h
+++ b/launcher/ModDownloadTask.h
@@ -1,12 +1,13 @@
#pragma once
+#include <QUrl>
#include "QObjectPtr.h"
-#include "minecraft/mod/LocalModUpdateTask.h"
-#include "modplatform/ModIndex.h"
-#include "tasks/SequentialTask.h"
#include "minecraft/mod/ModFolderModel.h"
+#include "modplatform/ModIndex.h"
#include "net/NetJob.h"
-#include <QUrl>
+
+#include "tasks/SequentialTask.h"
+#include "minecraft/mod/tasks/LocalModUpdateTask.h"
class ModDownloadTask : public SequentialTask {
Q_OBJECT