Skip to content

KItemListView fix valgrind issue "Conditional jump or move depends on uninitialised value"

Marius Pa requested to merge nmariusp/dolphin:work/nmariusp/valg into master

KItemListView::setAlternateBackgrounds(bool) (kitemlistview.cpp:489) In C++, a data member of an object is not automatically initialized to "zero". In this case a bool had random values such as the integer 255.

Merge request reports