Skip to content

Commit

Permalink
combine() must have /Factory/ annotation!
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@9525 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed Oct 23, 2008
1 parent 1e64112 commit 85122d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/core/qgsgeometry.sip
Expand Up @@ -233,7 +233,7 @@ not disjoint with existing polygons of the feature*/
/** Returns a geometry representing all the points in this geometry and other (a
* union geometry operation).
* @note this operation is not called union since its a reserved word in C++.*/
QgsGeometry* combine( QgsGeometry* geometry );
QgsGeometry* combine( QgsGeometry* geometry ) /Factory/;

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

0 comments on commit 85122d1

Please sign in to comment.