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-08 10:13:13 +10:00
2018-05-29 11:59:54 +02:00
2017-07-24 11:36:38 +02:00
2017-10-29 10:46:54 -05:00
2018-06-17 15:09:07 +10:00
2018-02-18 20:53:40 +01:00
2018-05-31 12:33:38 -08:00
2018-06-06 06:27:33 +10:00