kdeconnect-kde/plugins/presenter
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
..
assets.qrc Submitted proof of concept for a presenter plugin 2019-07-05 17:58:46 +02:00
CMakeLists.txt Use versionless Qt targets where possible 2023-07-25 18:29:38 +02:00
kdeconnect_presenter.json SVN_SILENT made messages (.desktop file) - always resolve ours 2023-07-30 01:37:54 +00:00
Presenter.qml Convert license headers to SPDX expressions 2020-08-17 09:48:10 +00:00
presenterplugin.cpp Add explicit moc includes to cpp files 2023-07-30 07:27:45 +00:00
presenterplugin.h Do not mark plugin classes as exported 2023-07-22 20:51:19 +00:00
test.qml presenter: tweak the particles so they can be seen on white background 2019-07-20 10:06:26 +02:00