mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Fix tests, partially reverts ff1f9cf
This commit is contained in:
parent
b649c0bf20
commit
c277e6e55e
@ -1609,7 +1609,7 @@ class QgsVectorLayer : QgsMapLayer
|
||||
* @param fid The id of the changed feature
|
||||
* @param geometry The new geometry
|
||||
*/
|
||||
void geometryChanged( QgsFeatureId fid, const QgsGeometry& geometry );
|
||||
void geometryChanged( QgsFeatureId fid, QgsGeometry& geometry );
|
||||
|
||||
/** This signal is emitted, when attributes are deleted from the provider */
|
||||
void committedAttributesDeleted( const QString& layerId, const QgsAttributeList& deletedAttributes );
|
||||
|
@ -1999,7 +1999,7 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer
|
||||
* @param fid The id of the changed feature
|
||||
* @param geometry The new geometry
|
||||
*/
|
||||
void geometryChanged( QgsFeatureId fid, const QgsGeometry& geometry );
|
||||
void geometryChanged( QgsFeatureId fid, QgsGeometry& geometry );
|
||||
|
||||
/** This signal is emitted, when attributes are deleted from the provider */
|
||||
void committedAttributesDeleted( const QString& layerId, const QgsAttributeList& deletedAttributes );
|
||||
|
Loading…
x
Reference in New Issue
Block a user