Skip to content

Fix implicit conversions between QRect and QRectF

Vlad Zahorodnii requested to merge work/compiler-warning into master

Some static code analyzers are not really happy about implicit conversions between QRect and QRectF.

Merge request reports