dolphin/src/search
Friedrich W. H. Kossebau ed2d352c42 Add explicit moc includes to sources for moc-covered headers
* speeds up incremental builds as changes to a header will not always
  need the full mocs_compilation.cpp for all the target's headers rebuild,
  while having a moc file sourced into a source file only adds minor
  extra costs, due to small own code and the used headers usually
  already covered by the source file, being for the same class/struct
* seems to not slow down clean builds, due to empty mocs_compilation.cpp
  resulting in those quickly processed, while the minor extra cost of the
  sourced moc files does not outweigh that in summary.
  Measured times actually improved by some percent points.
  (ideally CMake would just skip empty mocs_compilation.cpp & its object
  file one day)
* enables compiler to see all methods of a class in same compilation unit
  to do some sanity checks
* potentially more inlining in general, due to more in the compilation unit
* allows to keep using more forward declarations in the header, as with the
  moc code being sourced into the cpp file there definitions can be ensured
  and often are already for the needs of the normal class methods
2023-07-05 07:59:18 +00:00
..
dolphin_searchsettings.kcfg Get rid of search "More Options" toggle button 2019-11-03 23:00:36 +01:00
dolphin_searchsettings.kcfgc I'm very sorry for breaking the build: I forgot to add the new files :-( 2009-11-22 10:22:29 +00:00
dolphinfacetswidget.cpp Add explicit moc includes to sources for moc-covered headers 2023-07-05 07:59:18 +00:00
dolphinfacetswidget.h search: Prevent the search box from enlarging the view 2023-03-04 10:30:41 +00:00
dolphinquery.cpp Add clang-format and format code as in Frameworks 2023-02-05 12:45:38 +07:00
dolphinquery.h Add clang-format and format code as in Frameworks 2023-02-05 12:45:38 +07:00
dolphinsearchbox.cpp Add explicit moc includes to sources for moc-covered headers 2023-07-05 07:59:18 +00:00
dolphinsearchbox.h Add clang-format and format code as in Frameworks 2023-02-05 12:45:38 +07:00