Skip to content

Commit

Permalink
Document api breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Aug 13, 2017
1 parent b51a5f7 commit 7768f06
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/api_break.dox
Expand Up @@ -1252,6 +1252,13 @@ QgsGeometryAnalyzer {#qgis_api_break_3_0_QgsGeometryAnalyzer}
- locateBetweenMeasures() and locateAlongMeasure() now take geometry references, not pointers, and return
a QgsGeometry value rather than a pointer.

QgsGeometryEngine {#qgis_api_break_3_0_QgsGeometryEngine}
-----------------

- `QgsAbstractGeometry&` parameters have been changed to `QgsAbstractGeometry*` (Affects C++ only)
- `centroid()` returns the point instead of working on a parameter. The return value is a `nullptr` when `false` has been returned in the past.
- `pointOnSurface()` returns the point instead of working on a parameter. The return value is a `nullptr` when `false` has been returned in the past.


QgsGeometrySimplifier {#qgis_api_break_3_0_QgsGeometrySimplifier}
---------------------
Expand Down

0 comments on commit 7768f06

Please sign in to comment.