NOISSUE Refactors and moving of things
This commit is contained in:
@ -20,7 +20,7 @@
|
||||
#include <QString>
|
||||
#include <memory>
|
||||
|
||||
class InstanceVersion;
|
||||
class MinecraftProfile;
|
||||
class ForgeInstallTask;
|
||||
struct ForgeVersion;
|
||||
|
||||
@ -40,12 +40,11 @@ protected:
|
||||
|
||||
private:
|
||||
// the parsed version json, read from the installer
|
||||
std::shared_ptr<InstanceVersion> m_forge_json;
|
||||
std::shared_ptr<MinecraftProfile> m_forge_json;
|
||||
// the actual forge version
|
||||
std::shared_ptr<ForgeVersion> m_forge_version;
|
||||
QString internalPath;
|
||||
QString finalPath;
|
||||
QString realVersionId;
|
||||
QString m_forgeVersionString;
|
||||
QString m_universal_url;
|
||||
};
|
||||
|
Reference in New Issue
Block a user