Skip to content

Fix compiler warning when comparing qreal == bool and enum == bool

Jack Hill requested to merge jackh/qqc2-breeze-style:fix-compiler-error into master

warning C4805: '==': unsafe mix of type 'IconLabelLayout::Display' and type 'bool' in operation

Merge request reports