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:
hjk
2018-02-08 09:42:38 +01:00
parent abe57f73b4
commit 5efd576020
4 changed files with 12 additions and 27 deletions

View File

@@ -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));