forked from qt-creator/qt-creator
DiffEditor: Remove unused methods
Change-Id: I9e0d1fc5d75688a636208774be90a9c0d1ad502f Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -16,8 +16,6 @@ class QToolBar;
|
||||
class QStackedWidget;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
namespace TextEditor { class TextEditorWidget; }
|
||||
|
||||
namespace DiffEditor::Internal {
|
||||
|
||||
class DescriptionEditorWidget;
|
||||
@@ -37,9 +35,6 @@ public:
|
||||
Core::IEditor *duplicate() override;
|
||||
Core::IDocument *document() const override;
|
||||
QWidget *toolBar() override;
|
||||
TextEditor::TextEditorWidget *descriptionWidget() const;
|
||||
TextEditor::TextEditorWidget *unifiedEditorWidget() const;
|
||||
TextEditor::TextEditorWidget *sideEditorWidget(DiffSide side) const;
|
||||
|
||||
private:
|
||||
DiffEditor();
|
||||
|
||||
Reference in New Issue
Block a user