Skip to content

Commit

Permalink
Fix sip
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Dec 25, 2018
1 parent 4fe3887 commit a5fac14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/core/auto_generated/geometry/qgsgeometry.sip.in
Expand Up @@ -1423,7 +1423,7 @@ Try to convert the geometry to the requested type



SIP_PYOBJECT asPoint() const /TypeHint="QgsPointXY"/;
SIP_PYOBJECT asPoint() const SIP_TYPEHINT( QgsPointXY );
%Docstring
Returns the contents of the geometry as a 2-dimensional point.

Expand Down Expand Up @@ -1452,7 +1452,7 @@ is null, a ValueError will be raised.
%End


SIP_PYOBJECT asPolyline() const /TypeHint="QgsPolylineXY"/;
SIP_PYOBJECT asPolyline() const SIP_TYPEHINT( QgsPolylineXY );
%Docstring
Returns the contents of the geometry as a polyline.

Expand Down Expand Up @@ -1483,7 +1483,7 @@ will be raised.
%End


SIP_PYOBJECT asPolygon() const /TypeHint="QgsPolygonXY"/;
SIP_PYOBJECT asPolygon() const SIP_TYPEHINT( QgsPolygonXY );
%Docstring
Returns the contents of the geometry as a polygon.

Expand Down

0 comments on commit a5fac14

Please sign in to comment.