forked from qt-creator/qt-creator
CppTools: Improve a function name
Change-Id: I30f9048aff18440d8cc6a6247f5fd5bcdba5058d Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
This commit is contained in:
@@ -41,7 +41,7 @@ public:
|
||||
virtual ~ModelManagerSupportInternal();
|
||||
|
||||
CppCompletionAssistProvider *completionAssistProvider() final;
|
||||
BaseEditorDocumentProcessor *editorDocumentProcessor(
|
||||
BaseEditorDocumentProcessor *createEditorDocumentProcessor(
|
||||
TextEditor::TextDocument *baseTextDocument) final;
|
||||
FollowSymbolInterface &followSymbolInterface() final;
|
||||
RefactoringEngineInterface &refactoringEngineInterface() final;
|
||||
|
||||
Reference in New Issue
Block a user