Implement adding jar mods, break saving library order.

This commit is contained in:
Petr Mrázek
2014-05-19 02:22:09 +02:00
parent 55a0d110b6
commit e118b1f990
21 changed files with 226 additions and 162 deletions

View File

@ -20,7 +20,7 @@
#include <QString>
#include <memory>
class VersionFinal;
class InstanceVersion;
class ForgeInstallTask;
class ForgeVersion;
@ -40,7 +40,7 @@ protected:
private:
// the parsed version json, read from the installer
std::shared_ptr<VersionFinal> m_forge_json;
std::shared_ptr<InstanceVersion> m_forge_json;
// the actual forge version
std::shared_ptr<ForgeVersion> m_forge_version;
QString internalPath;