forked from qt-creator/qt-creator
ClangCodeModel: Remove libclang-based completion and function hints
Change-Id: I742fb14b1aba3ba1f35a5c80bf553d2a735cac48 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -1653,12 +1653,12 @@ void CppModelManager::activateClangCodeModel(
|
||||
|
||||
CppCompletionAssistProvider *CppModelManager::completionAssistProvider() const
|
||||
{
|
||||
return d->m_activeModelManagerSupport->completionAssistProvider();
|
||||
return d->m_builtinModelManagerSupport->completionAssistProvider();
|
||||
}
|
||||
|
||||
CppCompletionAssistProvider *CppModelManager::functionHintAssistProvider() const
|
||||
{
|
||||
return d->m_activeModelManagerSupport->functionHintAssistProvider();
|
||||
return d->m_builtinModelManagerSupport->functionHintAssistProvider();
|
||||
}
|
||||
|
||||
TextEditor::BaseHoverHandler *CppModelManager::createHoverHandler() const
|
||||
|
Reference in New Issue
Block a user