summaryrefslogtreecommitdiff
path: root/src/plugins/scxmleditor/scxmleditordata.h
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2020-05-26 14:48:38 +0200
committerEike Ziller <eike.ziller@qt.io>2020-05-27 08:42:00 +0000
commite5bb7d1ffebbba90aa2c1098c1ff67694dd0fdaf (patch)
tree36e0de1bc7374a9fa77bec011845783f5e57036d /src/plugins/scxmleditor/scxmleditordata.h
parent7b5481f75c968ba1eb74240609b0d5d687a30e68 (diff)
downloadqt-creator-e5bb7d1ffebbba90aa2c1098c1ff67694dd0fdaf.tar.gz
Remove unnecessary removeContextObject calls
They are removed on deletion now. Change-Id: I08461ea4938e24ab450df013a0f8f820032381da Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/scxmleditor/scxmleditordata.h')
-rw-r--r--src/plugins/scxmleditor/scxmleditordata.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/scxmleditor/scxmleditordata.h b/src/plugins/scxmleditor/scxmleditordata.h
index 0cd4bf7119..f495f2fbf5 100644
--- a/src/plugins/scxmleditor/scxmleditordata.h
+++ b/src/plugins/scxmleditor/scxmleditordata.h
@@ -57,7 +57,6 @@ private:
QWidget *createModeWidget();
EditorToolBar *createMainToolBar();
- ScxmlContext *m_context = nullptr;
Context m_contexts;
QWidget *m_modeWidget = nullptr;
ScxmlEditorStack *m_widgetStack = nullptr;