aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmldebug/qv4debugclient.cpp
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@qt.io>2022-04-28 16:10:10 +0200
committerMarc Mutz <marc.mutz@qt.io>2022-04-29 06:37:47 +0200
commitef2b433c00508f784fb82a515174a459ae4ed5e6 (patch)
tree9798f60092bed19690d9c7b35251180d990e9838 /src/qmldebug/qv4debugclient.cpp
parentf977fdd175efea1e86b764742889590b4c04fa20 (diff)
QmlDebugPrivate: 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: Ifc06bc5b7a0cbe27188677e869a133dfcd1217ce Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'src/qmldebug/qv4debugclient.cpp')
-rw-r--r--src/qmldebug/qv4debugclient.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qmldebug/qv4debugclient.cpp b/src/qmldebug/qv4debugclient.cpp
index 76c2f1ebea..127e4a405e 100644
--- a/src/qmldebug/qv4debugclient.cpp
+++ b/src/qmldebug/qv4debugclient.cpp
@@ -576,3 +576,5 @@ QByteArray QV4DebugClientPrivate::packMessage(const QByteArray &type, const QJso
}
QT_END_NAMESPACE
+
+#include "moc_qv4debugclient_p.cpp"