GH-1642 fix instance launch from console
This commit is contained in:
parent
877d1020db
commit
74b4343c43
6 changed files with 17 additions and 6 deletions
|
@ -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()));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue