Skip to content

Clazy warnings & code style

Alexander Lohnau requested to merge work/clazy into master
  • Use constFirst when allowed
  • Use third parameter for lambda connect
  • Avoid detaching in for loops
  • Reuse m_desktopViewforId.keys() result, we don't modify that variable between the read accesses and can avoid creating a temporary list.
  • The currentActivityReally variable is unused

Merge request reports