Skip to content

ScreenshotEffect: fix lookup of ComparableQPoint keys in QMap

Méven Car requested to merge (removed):backport-screenshoteffect into Plasma/5.20

QMap::value() failed to find existing keys when tow ComparablePoint shared the same x but not the same y.

This commit improves the operator<() to fix that.

Backport of !597 (merged)

Merge request reports