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