Skip to content

ScreenshotEffect: fix lookup of ComparableQPoint keys in QMap

Méven Car requested to merge (removed):fix-lookup-comparablepoint into master

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.

Similar to graphics/spectacle!48 (diffs)

Merge request reports