forked from qt-creator/qt-creator
ScxmlEditor: Make ScxmlEditorFactory independent of QObject inheritance
Change-Id: I11412b850869c8295e9eed9ed74ff4f7dcbcf8b2 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -87,8 +87,7 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
ScxmlEditorData::ScxmlEditorData(QObject *parent)
|
||||
: QObject(parent)
|
||||
ScxmlEditorData::ScxmlEditorData()
|
||||
{
|
||||
m_contexts.add(ScxmlEditor::Constants::C_SCXMLEDITOR);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user