mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-23 20:12:34 +00:00
Begin the transformation!
Nuke all the things.
This commit is contained in:
@@ -21,19 +21,13 @@
|
||||
|
||||
#include "logic/net/NetJob.h"
|
||||
#include "logic/tasks/Task.h"
|
||||
#include "logic/forge/ForgeData.h"
|
||||
|
||||
class MinecraftVersion;
|
||||
class BaseInstance;
|
||||
class QuaZip;
|
||||
class Mod;
|
||||
|
||||
struct FMLlib
|
||||
{
|
||||
QString name;
|
||||
QString checksum;
|
||||
bool ours;
|
||||
};
|
||||
|
||||
class LegacyUpdate : public Task
|
||||
{
|
||||
Q_OBJECT
|
||||
@@ -84,5 +78,4 @@ private:
|
||||
NetJobPtr legacyDownloadJob;
|
||||
BaseInstance *m_inst = nullptr;
|
||||
QList<FMLlib> fmlLibsToProcess;
|
||||
QMap<QString, QList<FMLlib>> fmlLibsMapping;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user