QmlJS: Add semantic errors to task window.

Task-number: QTCREATORBUG-4103
Reviewed-by: Leandro Melo
This commit is contained in:
Christian Kamm
2011-04-21 11:09:29 +02:00
parent e21311132b
commit c504d28eb5
11 changed files with 203 additions and 51 deletions

View File

@@ -265,6 +265,8 @@ void ModelManager::updateProjectInfo(const ProjectInfo &pinfo)
newFiles += file;
}
updateSourceFiles(newFiles, false);
emit projectInfoUpdated(pinfo);
}
void ModelManager::emitDocumentChangedOnDisk(Document::Ptr doc)