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:
@@ -62,7 +62,7 @@ class CPPEDITOR_EXPORT CppQuickFixState: public TextEditor::QuickFixState
|
||||
friend class Internal::CppQuickFixCollector;
|
||||
|
||||
public:
|
||||
CppQuickFixState(TextEditor::BaseTextEditor *editor);
|
||||
CppQuickFixState(TextEditor::BaseTextEditorWidget *editor);
|
||||
|
||||
const QList<CPlusPlus::AST *> &path() const;
|
||||
CPlusPlus::Snapshot snapshot() const;
|
||||
|
||||
Reference in New Issue
Block a user