mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
fix warning
This commit is contained in:
parent
7dce6176d5
commit
0ebc0586ba
@ -7684,7 +7684,7 @@ bool QgsGeometry::deletePart( int partNum )
|
||||
return true;
|
||||
}
|
||||
|
||||
int QgsGeometry::avoidIntersections( QMap<QgsVectorLayer*, QSet<qint64> > ignoreFeatures )
|
||||
int QgsGeometry::avoidIntersections( QMap<QgsVectorLayer*, QSet< QgsFeatureId > > ignoreFeatures )
|
||||
{
|
||||
int returnValue = 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user