Skip to content

Commit e2ad982

Browse files
author
wonder
committed
combine() must have /Factory/ annotation!
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9525 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent ff2824a commit e2ad982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/core/qgsgeometry.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ not disjoint with existing polygons of the feature*/
233233
/** Returns a geometry representing all the points in this geometry and other (a
234234
* union geometry operation).
235235
* @note this operation is not called union since its a reserved word in C++.*/
236-
QgsGeometry* combine( QgsGeometry* geometry );
236+
QgsGeometry* combine( QgsGeometry* geometry ) /Factory/;
237237

238238
/** Returns a geometry representing the points making up this geometry that do not make up other. */
239239
QgsGeometry* difference(QgsGeometry* geometry) /Factory/;

0 commit comments

Comments
 (0)