CppTools: Improve a function name

Change-Id: I30f9048aff18440d8cc6a6247f5fd5bcdba5058d
Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
This commit is contained in:
Nikolai Kosjar
2018-01-11 16:46:45 +01:00
parent 9660c59550
commit 53a744a6df
8 changed files with 9 additions and 9 deletions

View File

@@ -63,7 +63,7 @@ ModelManagerSupportInternal::~ModelManagerSupportInternal()
{
}
BaseEditorDocumentProcessor *ModelManagerSupportInternal::editorDocumentProcessor(
BaseEditorDocumentProcessor *ModelManagerSupportInternal::createEditorDocumentProcessor(
TextEditor::TextDocument *baseTextDocument)
{
return new BuiltinEditorDocumentProcessor(baseTextDocument);