kdeconnect-kde/core
Alexander Lohnau 2e67f95017 Add explicit moc includes to cpp files
The rationale is explained in https://planet.kde.org/friedrich-kossebau-2023-06-28-include-also-moc-files-of-headers/

In case of KDEConnect, it impressively speeds up compilation. Before it
took 390 seconds on a clean build and with this change it took 330 seconds.
This is due to the mocs_compilation having to include the header files
and thus all their headers. Due to the lots of small plugins we have,
this means that the same headers must be compiled plenty of times.
When we include the moc files directly in the C++ file, they are already
available.
2023-07-30 07:27:45 +00:00
..
backends Add explicit moc includes to cpp files 2023-07-30 07:27:45 +00:00
CMakeLists.txt Make it compile and don't use .data() on temporary QByteArray 2023-07-29 10:36:12 +02:00
compositefiletransferjob.cpp Add explicit moc includes to cpp files 2023-07-30 07:27:45 +00:00
compositefiletransferjob.h Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
core_debug.cpp Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
core_debug.h Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
daemon.cpp Add explicit moc includes to cpp files 2023-07-30 07:27:45 +00:00
daemon.h Add DeviceInfo class 2023-06-27 11:10:59 +00:00
dbushelper.cpp GIT_SILENT Re-run clang-format 2023-07-22 20:51:19 +00:00
dbushelper.h.in Improve D-Bus implementation on macOS 2022-04-12 05:40:03 +00:00
device.cpp Add explicit moc includes to cpp files 2023-07-30 07:27:45 +00:00
device.h Add DeviceInfo class 2023-06-27 11:10:59 +00:00
deviceinfo.h Add DeviceInfo class 2023-06-27 11:10:59 +00:00
filetransferjob.cpp Add explicit moc includes to cpp files 2023-07-30 07:27:45 +00:00
filetransferjob.h When receiving files, delay de-duplicating filenames 2023-05-25 22:54:17 +00:00
kdeconnectconfig.cpp Check for errors in KdeConnectConfig 2023-07-29 10:36:12 +02:00
kdeconnectconfig.h Replace QCA with a simple OpenSSL wrapper 2023-07-29 08:19:17 +00:00
kdeconnectplugin.cpp Add explicit moc includes to cpp files 2023-07-30 07:27:45 +00:00
kdeconnectplugin.h Clean up unneeded version checks 2023-07-22 16:17:24 +02:00
kdeconnectpluginconfig.cpp Add explicit moc includes to cpp files 2023-07-30 07:27:45 +00:00
kdeconnectpluginconfig.h Add missing NOTIFY to properties 2023-07-22 20:09:46 +02:00
Messages.sh Do not extract messages from the non-existent .ui and .rc files 2019-12-21 10:04:31 +02:00
networkpacket.cpp Add explicit moc includes to cpp files 2023-07-30 07:27:45 +00:00
networkpacket.h Add DeviceInfo class 2023-06-27 11:10:59 +00:00
networkpackettypes.h Convert license headers to SPDX expressions 2020-08-17 09:48:10 +00:00
notificationserverinfo.cpp Add explicit moc includes to cpp files 2023-07-30 07:27:45 +00:00
notificationserverinfo.h Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
openconfig.cpp Add explicit moc includes to cpp files 2023-07-30 07:27:45 +00:00
openconfig.h Ensure openconfig.h is only included once 2023-02-17 07:48:45 +00:00
pairstate.h clang-format pass 2023-07-16 16:20:34 +02:00
pluginloader.cpp Fix typo causing us to intersect with the wrong set 2023-07-22 15:21:26 +02:00
pluginloader.h Remove compatibility with Qt < 5.15 2023-07-18 20:13:27 +00:00
sslhelper.cpp Make it compile and don't use .data() on temporary QByteArray 2023-07-29 10:36:12 +02:00
sslhelper.h Simplify using QSslKey 2023-07-29 10:35:37 +02:00