DiffEditor: Do not load settings when splitting views

Change-Id: I7fac89714ff9a603af29e19664b091e5e62be22f
Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2015-03-11 15:22:40 +01:00
parent 0f5fdbe0f2
commit ee7d0a7bf7
5 changed files with 95 additions and 80 deletions

View File

@@ -323,7 +323,6 @@ private:
CMakeToolItemModel *m_model;
QLineEdit *m_displayNameLineEdit;
PathChooser *m_binaryChooser;
bool m_autodetected;
Core::Id m_id;
bool m_loadingItem;
};