summaryrefslogtreecommitdiffstats
path: root/src/core/nodes
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/nodes')
-rw-r--r--src/core/nodes/qentity.h2
-rw-r--r--src/core/nodes/qnode.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/src/core/nodes/qentity.h b/src/core/nodes/qentity.h
index 86a6ba791..17a0107ec 100644
--- a/src/core/nodes/qentity.h
+++ b/src/core/nodes/qentity.h
@@ -80,6 +80,4 @@ private:
QT_END_NAMESPACE
-Q_DECLARE_METATYPE(Qt3D::QEntity *)
-
#endif // QT3D_QENTITY_H
diff --git a/src/core/nodes/qnode.h b/src/core/nodes/qnode.h
index e61f30edb..5d9f04283 100644
--- a/src/core/nodes/qnode.h
+++ b/src/core/nodes/qnode.h
@@ -98,6 +98,4 @@ private:
QT_END_NAMESPACE
-Q_DECLARE_METATYPE(Qt3D::QNode *)
-
#endif