mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Fix #2324.
git-svn-id: http://svn.osgeo.org/qgis/trunk@12627 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
3b552fe21d
commit
8241b607f6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user