mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
Add missing signal
This commit is contained in:
parent
ab06973d6a
commit
d9fca48217
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user