aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scxmleditor/scxmleditorfactory.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2020-02-11 17:55:15 +0100
committerhjk <hjk@qt.io>2020-02-13 12:57:56 +0000
commit7a08a3a4b9ea26677f40cb0dc8a98b23542e49fa (patch)
treed647a3389174916556f8b85d561270856af2bea3 /src/plugins/scxmleditor/scxmleditorfactory.h
parentafd8bc2c9e81ff437e47726f2be49692ef38bf29 (diff)
ScxmlEditor: Make ScxmlEditorFactory independent of QObject inheritance
Change-Id: I11412b850869c8295e9eed9ed74ff4f7dcbcf8b2 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/scxmleditor/scxmleditorfactory.h')
-rw-r--r--src/plugins/scxmleditor/scxmleditorfactory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/scxmleditor/scxmleditorfactory.h b/src/plugins/scxmleditor/scxmleditorfactory.h
index f4424f613c7..7dd3393da5f 100644
--- a/src/plugins/scxmleditor/scxmleditorfactory.h
+++ b/src/plugins/scxmleditor/scxmleditorfactory.h
@@ -36,6 +36,7 @@ class ScxmlEditorFactory final : public Core::IEditorFactory
{
public:
ScxmlEditorFactory();
+ ~ScxmlEditorFactory();
private:
ScxmlEditorData* m_editorData = nullptr;