refactor: move mod tasks to their own subfolder
Makes the launcher/minecraft/mod/ folder a little more organized.
This commit is contained in:
parent
fcfb2cfc3d
commit
5a34e8fd7c
11 changed files with 34 additions and 27 deletions
|
@ -1,12 +1,13 @@
|
|||
#pragma once
|
||||
|
||||
#include "QObjectPtr.h"
|
||||
#include "minecraft/mod/LocalModUpdateTask.h"
|
||||
#include "modplatform/ModIndex.h"
|
||||
#include "tasks/SequentialTask.h"
|
||||
#include "minecraft/mod/ModFolderModel.h"
|
||||
#include "net/NetJob.h"
|
||||
#include <QUrl>
|
||||
#include "QObjectPtr.h"
|
||||
#include "minecraft/mod/ModFolderModel.h"
|
||||
#include "modplatform/ModIndex.h"
|
||||
#include "net/NetJob.h"
|
||||
|
||||
#include "tasks/SequentialTask.h"
|
||||
#include "minecraft/mod/tasks/LocalModUpdateTask.h"
|
||||
|
||||
class ModDownloadTask : public SequentialTask {
|
||||
Q_OBJECT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue