summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2016-08-09 22:29:17 +0200
committerPetr Mrázek <peterix@gmail.com>2016-08-09 22:29:17 +0200
commit74b4343c43cb0f3fc85cf27d1159349d0b3f32e6 (patch)
tree5e32c9bfb0dc6f76e0404c581b3ca43a26ee3e35 /api
parent877d1020db4acfd5085a27cad013b7d03177ba0b (diff)
downloadMultiMC-74b4343c43cb0f3fc85cf27d1159349d0b3f32e6.tar
MultiMC-74b4343c43cb0f3fc85cf27d1159349d0b3f32e6.tar.gz
MultiMC-74b4343c43cb0f3fc85cf27d1159349d0b3f32e6.tar.lz
MultiMC-74b4343c43cb0f3fc85cf27d1159349d0b3f32e6.tar.xz
MultiMC-74b4343c43cb0f3fc85cf27d1159349d0b3f32e6.zip
GH-1642 fix instance launch from console
Diffstat (limited to 'api')
-rw-r--r--api/logic/InstanceList.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/api/logic/InstanceList.cpp b/api/logic/InstanceList.cpp
index 783df660..d89b8ea7 100644
--- a/api/logic/InstanceList.cpp
+++ b/api/logic/InstanceList.cpp
@@ -344,7 +344,6 @@ InstanceList::InstListError InstanceList::loadList()
m_instances.clear();
for(auto inst: tempList)
{
- inst->setParent(this);
connect(inst.get(), SIGNAL(propertiesChanged(BaseInstance *)), this,
SLOT(propertiesChanged(BaseInstance *)));
connect(inst.get(), SIGNAL(groupChanged()), this, SLOT(groupChanged()));