forked from qt-creator/qt-creator
C++: started to make indexing plug-able.
Change-Id: Iff35840d73882a212dd77b54e4223c0b4111ac1c Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
This commit is contained in:
@@ -124,7 +124,7 @@ void CppEditorSupport::updateDocumentNow()
|
||||
|
||||
QStringList sourceFiles(_textEditor->document()->fileName());
|
||||
_cachedContents = _textEditor->contents().toUtf8();
|
||||
_documentParser = _modelManager->refreshSourceFiles(sourceFiles);
|
||||
_documentParser = _modelManager->updateSourceFiles(sourceFiles);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user