aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scxmleditor/scxmleditorfactory.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2018-02-08 09:42:38 +0100
committerhjk <hjk@qt.io>2018-02-08 09:10:54 +0000
commit5efd576020a5407cd09a86112e5655e621e9d53f (patch)
treeb3f54e4d7323550f10c8ec289ba09a20ba24f73d /src/plugins/scxmleditor/scxmleditorfactory.h
parentabe57f73b4acbeabe144a987b0b128c498e5d482 (diff)
ScxmlEditor: Avoid use of global object pool
Including some code cosmetics. Change-Id: I6d7f11404ea489020d0c74e43cbe25cdcaa48e85 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/scxmleditor/scxmleditorfactory.h')
-rw-r--r--src/plugins/scxmleditor/scxmleditorfactory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/scxmleditor/scxmleditorfactory.h b/src/plugins/scxmleditor/scxmleditorfactory.h
index 1e621e0615c..8732d94acc7 100644
--- a/src/plugins/scxmleditor/scxmleditorfactory.h
+++ b/src/plugins/scxmleditor/scxmleditorfactory.h
@@ -37,7 +37,7 @@ class ScxmlEditorFactory : public Core::IEditorFactory
Q_OBJECT
public:
- explicit ScxmlEditorFactory();
+ explicit ScxmlEditorFactory(QObject *parent);
Core::IEditor *createEditor() override;