forked from qt-creator/qt-creator
Removed the TokenCache.
This commit is contained in:
@@ -959,11 +959,6 @@ bool CppModelManager::isCppEditor(Core::IEditor *editor) const
|
||||
return editor->context().contains(ProjectExplorer::Constants::LANG_CXX);
|
||||
}
|
||||
|
||||
TokenCache *CppModelManager::tokenCache(TextEditor::ITextEditor *editor) const
|
||||
{
|
||||
return editorSupport(editor)->tokenCache();
|
||||
}
|
||||
|
||||
void CppModelManager::emitDocumentUpdated(Document::Ptr doc)
|
||||
{
|
||||
emit documentUpdated(doc);
|
||||
|
Reference in New Issue
Block a user