aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarc Mutz <[email protected]>2022-04-28 16:29:35 +0200
committerMarc Mutz <[email protected]>2022-04-29 06:39:23 +0200
commit473c0ca2469700837f54397bd0bbded6e90ea98b (patch)
treebb865f94d6685bd76737049bf1ad59e4213765f1 /src
parentfa049c2f84c5db14f54df36f7d5705476e323cff (diff)
QtLabsWavefrontMesh: includemocs
Including moc files directly into their classes' TU tends to improve codegen and enables extended compiler warnings, e.g. about unused private functions or fields. Pick-to: 6.3 6.2 5.15 Task-number: QTBUG-102948 Change-Id: I19e5eb7054aa3fc6de2f25201baffc2f6f631540 Reviewed-by: MÃ¥rten Nordheim <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/labs/wavefrontmesh/qwavefrontmesh.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/labs/wavefrontmesh/qwavefrontmesh.cpp b/src/labs/wavefrontmesh/qwavefrontmesh.cpp
index 10ddf102aa..bccb2ea9dc 100644
--- a/src/labs/wavefrontmesh/qwavefrontmesh.cpp
+++ b/src/labs/wavefrontmesh/qwavefrontmesh.cpp
@@ -696,3 +696,5 @@ QVector3D QWavefrontMesh::projectionPlaneW() const
QT_END_NAMESPACE
+
+#include "moc_qwavefrontmesh_p.cpp"