NOISSUE Refactors and moving of things

This commit is contained in:
Petr Mrázek
2015-01-27 22:31:07 +01:00
parent 593111b144
commit 791221e923
88 changed files with 1894 additions and 1668 deletions

View File

@ -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;
};