Skip to content

Commit 59427e2

Browse files
committed
#9480: Add /Factory/ to pointOnSurface() method
1 parent 1e54a46 commit 59427e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/core/qgsgeometry.sip

+1-1
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ class QgsGeometry
323323
QgsGeometry* centroid() /Factory/;
324324

325325
/** Returns a point within a geometry */
326-
QgsGeometry* pointOnSurface();
326+
QgsGeometry* pointOnSurface() /Factory/;
327327

328328
/** Returns the smallest convex polygon that contains all the points in the geometry. */
329329
QgsGeometry* convexHull() /Factory/;

0 commit comments

Comments
 (0)