Nyall Dawson 7b1b51a886
Remove duplicate equality operator for QgsPointXY
We had two different(!!!!) implementations for equality operator
for QgsPointXY, with different logic (one handled empty points,
the other didn't). This compiled only because one was not marked
as const. So we'd get a DIFFERENT equality check logic depending
on whether or not the first point was const... eeek!

Remove the duplicate one, mark the better one as const
2024-10-15 16:47:46 +10:00
..
2024-10-02 22:13:35 +00:00
2024-09-30 10:12:35 +10:00
2024-10-15 05:03:20 +00:00
2024-10-03 12:40:51 +10:00
2024-08-17 19:59:17 +10:00
2024-09-12 07:21:24 +00:00
2024-05-14 12:00:10 +10:00
2024-09-13 20:59:46 +02:00