We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77d95b0 commit e9bc8aeCopy full SHA for e9bc8ae
src/app/qgsmaptoolreshape.cpp
@@ -104,7 +104,7 @@ void QgsMapToolReshape::cadCanvasReleaseEvent( QgsMapMouseEvent * e )
104
if ( vlayer->geometryType() == QGis::Polygon )
105
{
106
//ignore all current layer features as they should be reshaped too
107
- QMap<QgsVectorLayer*, QSet<QgsFeatureId>> ignoreFeatures;
+ QMap<QgsVectorLayer*, QSet<QgsFeatureId> > ignoreFeatures;
108
ignoreFeatures.insert( vlayer, vlayer->allFeatureIds() );
109
110
if ( geom->avoidIntersections( ignoreFeatures ) != 0 )
0 commit comments