aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scxmleditor/scxmleditordata.cpp
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2020-02-11 17:55:15 +0100
committerhjk <hjk@qt.io>2020-02-13 12:57:56 +0000
commit7a08a3a4b9ea26677f40cb0dc8a98b23542e49fa (patch)
treed647a3389174916556f8b85d561270856af2bea3 /src/plugins/scxmleditor/scxmleditordata.cpp
parentafd8bc2c9e81ff437e47726f2be49692ef38bf29 (diff)
ScxmlEditor: Make ScxmlEditorFactory independent of QObject inheritance
Change-Id: I11412b850869c8295e9eed9ed74ff4f7dcbcf8b2 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/scxmleditor/scxmleditordata.cpp')
-rw-r--r--src/plugins/scxmleditor/scxmleditordata.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/scxmleditor/scxmleditordata.cpp b/src/plugins/scxmleditor/scxmleditordata.cpp
index 394b00533c..14d9c26e18 100644
--- a/src/plugins/scxmleditor/scxmleditordata.cpp
+++ b/src/plugins/scxmleditor/scxmleditordata.cpp
@@ -87,8 +87,7 @@ public:
}
};
-ScxmlEditorData::ScxmlEditorData(QObject *parent)
- : QObject(parent)
+ScxmlEditorData::ScxmlEditorData()
{
m_contexts.add(ScxmlEditor::Constants::C_SCXMLEDITOR);