QtWidgets: includemocs v2022

This makes mocs_compilation.cpp empty again, removing those moc files
that were added after the last sweep in 2016,
0e6ad27549.

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-102886
Change-Id: Iee35e82d18690469ad889f9b4a7394e706fe037d
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
bb10
Marc Mutz 2022-01-25 21:20:56 +01:00
parent f6cc685fd6
commit 7209a58dfd
3 changed files with 4 additions and 1 deletions

View File

@ -13095,4 +13095,4 @@ QDebug operator<<(QDebug debug, const QWidget *widget)
QT_END_NAMESPACE
#include "moc_qwidget.cpp"
#include "moc_qwidget_p.cpp"

View File

@ -1317,3 +1317,4 @@ QRhi *QWidgetRepaintManager::rhi() const
QT_END_NAMESPACE
#include "qwidgetrepaintmanager.moc"
#include "moc_qwidgetrepaintmanager_p.cpp"

View File

@ -1230,3 +1230,5 @@ QSize QPixmapStylePrivate::computeSize(const QPixmapStyleDescriptor &desc, int w
}
QT_END_NAMESPACE
#include "moc_qpixmapstyle_p.cpp"