aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scxmleditor/scxmleditordata.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/scxmleditor/scxmleditordata.h')
-rw-r--r--src/plugins/scxmleditor/scxmleditordata.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/scxmleditor/scxmleditordata.h b/src/plugins/scxmleditor/scxmleditordata.h
index 0cd4bf7119..ed36e3e323 100644
--- a/src/plugins/scxmleditor/scxmleditordata.h
+++ b/src/plugins/scxmleditor/scxmleditordata.h
@@ -40,7 +40,6 @@ namespace Internal {
class ScxmlTextEditorFactory;
class ScxmlEditorWidget;
class ScxmlEditorStack;
-class ScxmlContext;
class ScxmlEditorData : public QObject
{
@@ -57,7 +56,6 @@ private:
QWidget *createModeWidget();
EditorToolBar *createMainToolBar();
- ScxmlContext *m_context = nullptr;
Context m_contexts;
QWidget *m_modeWidget = nullptr;
ScxmlEditorStack *m_widgetStack = nullptr;