Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Leave only one setGeometry method to avoid ambiguous behaviour, added…
… missing /Transfer/ annotation.

git-svn-id: http://svn.osgeo.org/qgis/trunk@12597 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed Dec 23, 2009
1 parent 39a4885 commit 7d175fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/core/qgsfeature.sip
Expand Up @@ -100,11 +100,11 @@ class QgsFeature

/** Set this feature's geometry from another QgsGeometry object (deep copy)
*/
void setGeometry(const QgsGeometry& geom);
//void setGeometry(const QgsGeometry& geom);

/** Set this feature's geometry (takes geometry ownership)
*/
void setGeometry(QgsGeometry* geom);
void setGeometry(QgsGeometry* geom /Transfer/);

/**
* Set this feature's geometry from WKB
Expand Down

0 comments on commit 7d175fb

Please sign in to comment.