mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-03-24 12:17:26 +01:00
fixes #520
This commit is contained in:
parent
be09f22fe4
commit
af7728ef7c
@ -3339,11 +3339,9 @@ void ObjectManipulator::newHost()
|
||||
{
|
||||
openObject(o);
|
||||
editObject(o);
|
||||
QCoreApplication::postEvent(
|
||||
mw, new dataModifiedEvent(m_project->getFileName(), o->getId()));
|
||||
}
|
||||
|
||||
QCoreApplication::postEvent(
|
||||
mw, new dataModifiedEvent(m_project->getFileName(), o->getId()));
|
||||
|
||||
}
|
||||
|
||||
QString ObjectManipulator::findNewestInterfaceName(FWObject *parent)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user