summaryrefslogtreecommitdiffstats
path: root/src/core/nodes
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2015-06-08 13:05:42 +0100
committerJani Heikkinen <jani.heikkinen@theqtcompany.com>2015-06-08 16:56:26 +0000
commit3779e007024b712dee5cd8c187950119ba811bcf (patch)
tree9b016a40075e23a2b6a998cbc0e11ef338a6a64d /src/core/nodes
parent7c07835dbfa127d901cb490165ff92a375c9f09b (diff)
Remove unnecessary metatype declarations
Task-number: QTBUG-46539 Change-Id: I0e9e2d405da2fa5ecc2fc8b8efece6f7364e1b39 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
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