1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-24 12:17:26 +01:00
This commit is contained in:
Vadim Kurland 2009-10-09 23:16:48 +00:00
parent be09f22fe4
commit af7728ef7c
2 changed files with 3 additions and 5 deletions

View File

@ -1 +1 @@
#define BUILD_NUM 1573
#define BUILD_NUM 1574

View File

@ -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)