Skip to content

Lot of clazy cleaning

Carl Schwan requested to merge work/clazy into cmake-android
  • Fix detaching for loop (you can only use Qt container that are const in C++11 foreach loop)
  • Fix slots that are const (they shouldn't be slot at all but just functions)
  • Missing NOTIFY or CONSTANT in property

@camiloh

Merge request reports