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:
@@ -42,7 +42,7 @@
|
||||
|
||||
namespace TextEditor {
|
||||
|
||||
class SnippetEditor;
|
||||
class SnippetEditorWidget;
|
||||
|
||||
class TEXTEDITOR_EXPORT ISnippetProvider : public QObject
|
||||
{
|
||||
@@ -52,7 +52,7 @@ public:
|
||||
|
||||
virtual QString groupId() const = 0;
|
||||
virtual QString displayName() const = 0;
|
||||
virtual void decorateEditor(SnippetEditor *editor) const = 0;
|
||||
virtual void decorateEditor(SnippetEditorWidget *editor) const = 0;
|
||||
|
||||
protected:
|
||||
ISnippetProvider();
|
||||
|
||||
Reference in New Issue
Block a user