diff options
Diffstat (limited to 'src/plugins/scxmleditor/scxmleditorfactory.cpp')
-rw-r--r-- | src/plugins/scxmleditor/scxmleditorfactory.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/scxmleditor/scxmleditorfactory.cpp b/src/plugins/scxmleditor/scxmleditorfactory.cpp index 6a923237d1..013ce959e7 100644 --- a/src/plugins/scxmleditor/scxmleditorfactory.cpp +++ b/src/plugins/scxmleditor/scxmleditorfactory.cpp @@ -38,7 +38,8 @@ using namespace ScxmlEditor::Constants; using namespace ScxmlEditor::Internal; -ScxmlEditorFactory::ScxmlEditorFactory() +ScxmlEditorFactory::ScxmlEditorFactory(QObject *parent) + : IEditorFactory(parent) { setId(K_SCXML_EDITOR_ID); setDisplayName(QCoreApplication::translate("ScxmlEditor", C_SCXMLEDITOR_DISPLAY_NAME)); |