Skip to content

Port away from QRectF::contains()

Vlad Zahorodnii requested to merge work/zzag/no-qrectf-contains into master

QRectF::contains() considers right and bottom edges inside the rectangle, but the relevant code has the opposite expectations.

Merge request reports