- Class browser not correctly updated after create project file
This commit is contained in:
parent
fba7bd953c
commit
ef1fbf3d8b
|
@ -387,6 +387,9 @@ PProjectUnit Project::newUnit(PProjectModelNode parentNode, const QString& custo
|
|||
newUnit->setOverrideBuildCmd(false);
|
||||
newUnit->setBuildCmd("");
|
||||
newUnit->setEncoding(toByteArray(mOptions.encoding));
|
||||
|
||||
mParser->addProjectFile(newUnit->fileName(),true);
|
||||
emit unitAdded(newUnit->fileName());
|
||||
return newUnit;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue