mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
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
This commit is contained in:
parent
39a4885880
commit
7d175fb97b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user