qt5base-lts/src/printsupport
Thiago Macieira a8ebadac59 Fix several more improperly placed #include moc
Like commit qtbase/638893bea083b619b73b33a7dd5589fb2c4c4242.

Script to find them:

 git grep -l '#include.*moc' \*.cpp \*.mm | \
   xargs awk '/QT_BEGIN_NAMESPACE/ { i=1 } /QT_END_NAMESPACE/ { i=0 } /#include.*moc/ && i { print ARGV[ARGIND], $0 }'

Pick-to: 6.4
Change-Id: I6f936da6f6e84d649f70fffd17058fd05cfc5c6d
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
2022-08-04 12:50:12 -07:00
..
dialogs macOS: set print dialog up with page attributes when no printer is installed 2022-06-17 19:06:10 +02:00
doc Add license headers to cmake files 2022-08-03 17:14:55 +02:00
kernel Fix several more improperly placed #include moc 2022-08-04 12:50:12 -07:00
platform Fix several more improperly placed #include moc 2022-08-04 12:50:12 -07:00
widgets Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
CMakeLists.txt Add license headers to cmake files 2022-08-03 17:14:55 +02:00
configure.cmake Add license headers to cmake files 2022-08-03 17:14:55 +02:00
qt_cmdline.cmake CMake: Re-implement configure/qmake's command line handling in CMake 2020-08-17 08:08:20 +02:00