summaryrefslogtreecommitdiffstats
path: root/src/core/changes/qcomponentremovedchange.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/changes/qcomponentremovedchange.h')
-rw-r--r--src/core/changes/qcomponentremovedchange.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/changes/qcomponentremovedchange.h b/src/core/changes/qcomponentremovedchange.h
index 3c57fe26f..66743b1ae 100644
--- a/src/core/changes/qcomponentremovedchange.h
+++ b/src/core/changes/qcomponentremovedchange.h
@@ -55,6 +55,8 @@ class QT3DCORESHARED_EXPORT QComponentRemovedChange : public QSceneChange
public:
explicit QComponentRemovedChange(const QEntity *entity,
const QComponent *component);
+ explicit QComponentRemovedChange(const QComponent *component,
+ const QEntity *entity);
~QComponentRemovedChange();
QNodeId entityId() const Q_DECL_NOTHROW;