Skip to content

Commit

Permalink
Add missing signal
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jul 6, 2017
1 parent ab06973 commit d9fca48
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/analysis/vector/qgsgeometrysnapper.cpp
Expand Up @@ -477,10 +477,9 @@ void QgsGeometrySnapper::processFeature( QgsFeature &feature, double snapToleran
{
if ( !feature.geometry().isNull() )
feature.setGeometry( snapGeometry( feature.geometry(), snapTolerance, mode ) );
emit featureSnapped();
}



QgsGeometry QgsGeometrySnapper::snapGeometry( const QgsGeometry &geometry, double snapTolerance, SnapMode mode ) const
{
// Get potential reference features and construct snap index
Expand Down

0 comments on commit d9fca48

Please sign in to comment.