Skip to content

Clang cleanup

Chris Rizzitello requested to merge rizzitello/kscreen:clangCleanup into master

Clean up various Clang / Clazy items

  • remove detach threat from c++ 11 for loops
  • use QString() over QStringLiteral("")
  • Fully qualify signal / slot parameters
  • Remove unused variables
  • Combine with !34 (merged) to get the extra Q_EMITs cleaned up
Edited by Chris Rizzitello

Merge request reports