git-svn-id: http://svn.osgeo.org/qgis/trunk@12627 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
wonder 2009-12-27 19:27:34 +00:00
parent 3b552fe21d
commit 8241b607f6

View File

@ -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