File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1609,7 +1609,7 @@ class QgsVectorLayer : QgsMapLayer
1609
1609
* @param fid The id of the changed feature
1610
1610
* @param geometry The new geometry
1611
1611
*/
1612
- void geometryChanged( QgsFeatureId fid, const QgsGeometry& geometry );
1612
+ void geometryChanged( QgsFeatureId fid, QgsGeometry& geometry );
1613
1613
1614
1614
/** This signal is emitted, when attributes are deleted from the provider */
1615
1615
void committedAttributesDeleted( const QString& layerId, const QgsAttributeList& deletedAttributes );
Original file line number Diff line number Diff line change @@ -1999,7 +1999,7 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer
1999
1999
* @param fid The id of the changed feature
2000
2000
* @param geometry The new geometry
2001
2001
*/
2002
- void geometryChanged ( QgsFeatureId fid, const QgsGeometry& geometry );
2002
+ void geometryChanged ( QgsFeatureId fid, QgsGeometry& geometry );
2003
2003
2004
2004
/* * This signal is emitted, when attributes are deleted from the provider */
2005
2005
void committedAttributesDeleted ( const QString& layerId, const QgsAttributeList& deletedAttributes );
You can’t perform that action at this time.
0 commit comments