Skip to content

Fix clazy warning and deprecation

Alexander Lohnau requested to merge work/fix_startkde_clazy_warnings into master
  • QProcess::execute with QString is deprecated. We can just pass in an empty list as a second parameter, because we only have the program name and no arguments.
  • Use a reference when iterating over the dir scripts

@apol

Merge request reports