forked from qt-creator/qt-creator
DiffEditor: Remove m_controller member
Not needed, we can just get the controller from the document at any time Change-Id: I4a4ad9e3e343a147096e46406b9175b3f52f31a6 Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
This commit is contained in:
@@ -102,7 +102,6 @@ private:
|
||||
SideBySideDiffEditorWidget *m_sideBySideEditor;
|
||||
UnifiedDiffEditorWidget *m_unifiedEditor;
|
||||
QWidget *m_currentEditor;
|
||||
DiffEditorController *m_controller;
|
||||
DiffEditorGuiController *m_guiController;
|
||||
QToolBar *m_toolBar;
|
||||
QComboBox *m_entriesComboBox;
|
||||
|
||||
Reference in New Issue
Block a user