NOISSUE clean up forge installer

This commit is contained in:
Petr Mrázek
2016-03-13 19:45:34 +01:00
parent 576d808d71
commit 010e07eb45
7 changed files with 131 additions and 172 deletions

View File

@ -22,7 +22,7 @@
#include "multimc_logic_export.h"
class MinecraftProfile;
class VersionFile;
class ForgeInstallTask;
struct ForgeVersion;
@ -42,7 +42,7 @@ protected:
private:
// the parsed version json, read from the installer
std::shared_ptr<MinecraftProfile> m_forge_json;
std::shared_ptr<VersionFile> m_forge_json;
// the actual forge version
std::shared_ptr<ForgeVersion> m_forge_version;
QString internalPath;