Skip to content

Commit

Permalink
fix QgsGeometry API doc for 3.x for get/set methods
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored and nyalldawson committed Aug 22, 2018
1 parent a3cc83a commit ea2ab53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/core/auto_generated/geometry/qgsgeometry.sip.in
Expand Up @@ -37,7 +37,7 @@ for geometry objects. QgsGeometry is implicitly shared, so making copies of geom
container class can also be stored inside a QVariant object.

The actual geometry representation is stored as a QgsAbstractGeometry within the container, and
can be accessed via the geometry() method or set using the setGeometry() method.
can be accessed via the get() method or set using the set() method.
%End

%TypeHeaderCode
Expand Down
2 changes: 1 addition & 1 deletion src/core/geometry/qgsgeometry.h
Expand Up @@ -98,7 +98,7 @@ struct QgsGeometryPrivate;
* container class can also be stored inside a QVariant object.
*
* The actual geometry representation is stored as a QgsAbstractGeometry within the container, and
* can be accessed via the geometry() method or set using the setGeometry() method.
* can be accessed via the get() method or set using the set() method.
*/

class CORE_EXPORT QgsGeometry
Expand Down

0 comments on commit ea2ab53

Please sign in to comment.