diff options
| author | Marc Mutz <marc.mutz@qt.io> | 2022-04-28 16:10:10 +0200 |
|---|---|---|
| committer | Marc Mutz <marc.mutz@qt.io> | 2022-04-29 06:37:47 +0200 |
| commit | ef2b433c00508f784fb82a515174a459ae4ed5e6 (patch) | |
| tree | 9798f60092bed19690d9c7b35251180d990e9838 /src/qmldebug/qqmldebugclient.cpp | |
| parent | f977fdd175efea1e86b764742889590b4c04fa20 (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/qqmldebugclient.cpp')
| -rw-r--r-- | src/qmldebug/qqmldebugclient.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qmldebug/qqmldebugclient.cpp b/src/qmldebug/qqmldebugclient.cpp index 03123cc6e0..13785dd6db 100644 --- a/src/qmldebug/qqmldebugclient.cpp +++ b/src/qmldebug/qqmldebugclient.cpp @@ -123,3 +123,5 @@ void QQmlDebugClient::messageReceived(const QByteArray &message) } QT_END_NAMESPACE + +#include "moc_qqmldebugclient_p.cpp" |
