forked from qt-creator/qt-creator
texteditor: merge ITextEditable into ITextEditor
rename BastTextEditor->BaseTextEditorWidget, BaseTextEditorEditable->BaseTextEditor
rename BaseTextEditor{,Widget} subclasses
rename editableInterface->editorInterface
rename createEditableInterface->createEditor
minor cleanups after renamings
This commit is contained in:
@@ -57,5 +57,5 @@ QString PlainTextSnippetProvider::displayName() const
|
||||
return QCoreApplication::translate("TextEditor::Internal::PlainTextSnippetProvider", "Text");
|
||||
}
|
||||
|
||||
void PlainTextSnippetProvider::decorateEditor(TextEditor::SnippetEditor *) const
|
||||
void PlainTextSnippetProvider::decorateEditor(TextEditor::SnippetEditorWidget *) const
|
||||
{}
|
||||
|
||||
Reference in New Issue
Block a user