From 473c0ca2469700837f54397bd0bbded6e90ea98b Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Thu, 28 Apr 2022 16:29:35 +0200 Subject: QtLabsWavefrontMesh: includemocs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- src/labs/wavefrontmesh/qwavefrontmesh.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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" -- cgit v1.2.3