Break FTB. Yep. It has to be done better.

This commit is contained in:
Petr Mrázek 2014-05-12 23:27:06 +02:00
parent 439e17b149
commit db8b47e7f6

View File

@ -46,16 +46,6 @@ InstanceList::InstanceList(const QString &instDir, QObject *parent)
{
QDir::current().mkpath(m_instDir);
}
/*
* FIXME HACK: instances sometimes need to be created at launch. They need the versions for
* that.
*
* Remove this. it has no business of reloading the whole list. The instances which
* need it should track such events themselves and CHANGE THEIR DATA ONLY!
*/
connect(MMC->minecraftlist().get(), &MinecraftVersionList::modelReset, this,
&InstanceList::loadList);
}
InstanceList::~InstanceList()