aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/diffeditor/diffeditor.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2015-01-30 11:36:02 +0100
committerTobias Hunger <tobias.hunger@theqtcompany.com>2015-02-04 13:13:40 +0000
commitd195807cc01333d50d15f397d54bf18435020b38 (patch)
tree101bc1df0598cf99ce044b7cade9e9b77f1336d6 /src/plugins/diffeditor/diffeditor.h
parente5cb8b1cd81cb828b8d7924b0e3ad5817899efb8 (diff)
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>
Diffstat (limited to 'src/plugins/diffeditor/diffeditor.h')
-rw-r--r--src/plugins/diffeditor/diffeditor.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/diffeditor/diffeditor.h b/src/plugins/diffeditor/diffeditor.h
index 4cde66168f..c55f1efda7 100644
--- a/src/plugins/diffeditor/diffeditor.h
+++ b/src/plugins/diffeditor/diffeditor.h
@@ -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;