Skip to content

Fixes for remaining clazy and clang errors

Aditya Mehra requested to merge fix/clazy_clang_errors/2 into master
  • Moves timedated interface in bigscreen-settings kcm away from using qdbusxml2cpp to generate the interface as it does not export notify in proprieties correctly and clazy does not like this, the manually fixed interface header now exports the notify property correctly
  • previously uncaught signature mismatch in connection, clazy warning fix in applications list model

Merge request reports