GH-575 separate legacy jar mod list from mod list

This commit is contained in:
Petr Mrázek
2016-04-04 00:33:56 +02:00
parent 5aff10d51d
commit 12413f722d
8 changed files with 788 additions and 8 deletions

View File

@@ -21,7 +21,7 @@
#include "BasePage.h"
#include <MultiMC.h>
class ModList;
class LegacyModList;
class LegacyInstance;
namespace Ui
{
@@ -70,7 +70,7 @@ protected:
private:
Ui::LegacyJarModPage *ui;
std::shared_ptr<ModList> m_jarmods;
std::shared_ptr<LegacyModList> m_jarmods;
LegacyInstance *m_inst;
NetJobPtr forgeJob;
};