Clang: Update the fallback project part

Change-Id: I1dfbb32246798a402a1efe18529e95d6199ba942
Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
This commit is contained in:
Nikolai Kosjar
2015-11-06 16:58:24 +01:00
parent 9d7b054120
commit 641abf3e56
3 changed files with 7 additions and 3 deletions

View File

@@ -336,7 +336,7 @@ static QVector<ClangBackEnd::ProjectPartContainer> toProjectPartContainers(
return projectPartContainers;
}
void IpcCommunicator::registerEmptyProjectForProjectLessFiles()
void IpcCommunicator::registerFallbackProjectPart()
{
QTC_CHECK(m_connection.isConnected());
@@ -524,7 +524,7 @@ void IpcCommunicator::onCoreAboutToClose()
void IpcCommunicator::initializeBackendWithCurrentData()
{
registerEmptyProjectForProjectLessFiles();
registerFallbackProjectPart();
registerCurrentProjectParts();
registerCurrentCppEditorDocuments();
registerCurrentCodeModelUiHeaders();