forked from qt-creator/qt-creator
CppTools: Rename CppCompletionAssistProcessor to InternalCpp...
We will introduce a base class with the name CppCompletionAssistProcessor. Change-Id: I74a39d0b14d4ee30d7bd7675ad968e83f377de7f Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
This commit is contained in:
@@ -109,7 +109,7 @@ public:
|
||||
m_editorWidget->document(), m_position,
|
||||
ExplicitlyInvoked, m_snapshot,
|
||||
ProjectPart::HeaderPaths());
|
||||
CppCompletionAssistProcessor processor;
|
||||
InternalCppCompletionAssistProcessor processor;
|
||||
|
||||
const Tests::IAssistProposalScopedPointer proposal(processor.perform(ai));
|
||||
if (!proposal.d)
|
||||
|
||||
Reference in New Issue
Block a user