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:
		@@ -63,7 +63,7 @@ ModelManagerSupportInternal::~ModelManagerSupportInternal()
 | 
			
		||||
{
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
BaseEditorDocumentProcessor *ModelManagerSupportInternal::editorDocumentProcessor(
 | 
			
		||||
BaseEditorDocumentProcessor *ModelManagerSupportInternal::createEditorDocumentProcessor(
 | 
			
		||||
        TextEditor::TextDocument *baseTextDocument)
 | 
			
		||||
{
 | 
			
		||||
    return new BuiltinEditorDocumentProcessor(baseTextDocument);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user