SCRATCH remove remaining references to MultiMC.h and fix legacy LWJGL
This commit is contained in:
parent
382ae78a0b
commit
d313e9ab09
28 changed files with 209 additions and 121 deletions
|
@ -26,7 +26,6 @@
|
|||
#include <QRegularExpression>
|
||||
#include <pathutils.h>
|
||||
|
||||
#include "MultiMC.h"
|
||||
#include "logic/InstanceList.h"
|
||||
#include "logic/icons/IconList.h"
|
||||
#include "logic/minecraft/MinecraftVersionList.h"
|
||||
|
@ -309,7 +308,7 @@ InstanceList::InstListError InstanceList::loadList()
|
|||
}
|
||||
|
||||
// FIXME: generalize
|
||||
FTBPlugin::loadInstances(groupMap, tempList);
|
||||
FTBPlugin::loadInstances(m_globalSettings, groupMap, tempList);
|
||||
|
||||
beginResetModel();
|
||||
m_instances.clear();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue