summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2021-03-31 12:34:02 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-04-02 10:48:57 +0000
commit51be5e6bf93621d14b287088ecada96ff405e10d (patch)
tree5854adab3310818e61f77e6e4255abdeae4434d6
parent8ec319d812e947e8ef7ef84d518870885e8fa1fe (diff)
Remove useless metatype declarationv6.1.0-beta3
The type in question has a Q_GADGET. It shouldn't need an explicit metatype and the manual metatype declaration conflicts with the automatically generated one. Change-Id: I2a2cfafcb53f4bfbf3962ba15bc18f0f2d20a118 Reviewed-by: Mike Krus <mike.krus@kdab.com> (cherry picked from commit 9bf40d1bed80017be065c5e9e8873b11638ac34b) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/render/frontend/qlevelofdetail.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/render/frontend/qlevelofdetail.h b/src/render/frontend/qlevelofdetail.h
index 1edd83b3b..6f78c5447 100644
--- a/src/render/frontend/qlevelofdetail.h
+++ b/src/render/frontend/qlevelofdetail.h
@@ -105,6 +105,4 @@ private:
QT_END_NAMESPACE
-Q_DECLARE_METATYPE(Qt3DRender::QLevelOfDetailBoundingSphere)
-
#endif // QT3DRENDER_QLEVELOFDETAIL_H