Nyall Dawson 4fb9091e6e QgsRectangle::intersect should use a reference, not a pointer
We never call this method using nullptrs, so there's no need
for this to be a pointer argument in the first place. And
having it a pointer encourages leaky code, such as the
leak this commit fixes in server.
2018-06-18 07:55:17 +10:00
..
2018-06-04 11:30:32 +10:00
2018-06-03 11:07:09 -08:00
2018-06-03 11:07:09 -08:00
2018-03-12 14:30:53 +11:00
2018-05-16 17:26:59 -04:00
2018-05-14 11:02:28 -04:00
2017-06-28 10:45:51 +02:00