Skip to content
Permalink
Browse files
Fix #2324.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12627 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed Dec 27, 2009
1 parent d74d13e commit 4eb76e6
Showing 1 changed file with 3 additions and 2 deletions.
@@ -100,11 +100,12 @@ 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 /Transfer/);
// use only the version that copies the geometry (it's safer)
//void setGeometry(QgsGeometry* geom /Transfer/);

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

0 comments on commit 4eb76e6

Please sign in to comment.