QT6: hooks added

This commit is contained in:
Simon De Backer 2020-10-03 12:04:35 +02:00
parent b339dc2812
commit 0b5091b606

View File

@ -285,6 +285,10 @@ void LinkElementCommand::makeLink(const QList<Element *> &element_list)
//All elements stored in to_unlink is unwanted we unlink it from m_element
if (!to_unlink.isEmpty())
{
foreach(Element *elmt, to_unlink)
{
m_element->unlinkElement(elmt);
}
}
}