forked from qt-creator/qt-creator
ScxmlEditor: Avoid use of global object pool
Including some code cosmetics. Change-Id: I6d7f11404ea489020d0c74e43cbe25cdcaa48e85 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user