We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 7dce617 commit 0ebc058Copy full SHA for 0ebc058
src/core/qgsgeometry.cpp
@@ -7684,7 +7684,7 @@ bool QgsGeometry::deletePart( int partNum )
7684
return true;
7685
}
7686
7687
-int QgsGeometry::avoidIntersections( QMap<QgsVectorLayer*, QSet<qint64> > ignoreFeatures )
+int QgsGeometry::avoidIntersections( QMap<QgsVectorLayer*, QSet< QgsFeatureId > > ignoreFeatures )
7688
{
7689
int returnValue = 0;
7690
0 commit comments