Fix tests, partially reverts ff1f9cf

This commit is contained in:
Matthias Kuhn 2016-07-02 18:54:40 +02:00
parent b649c0bf20
commit c277e6e55e
2 changed files with 2 additions and 2 deletions

View File

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

View File

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