mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-09 00:35:20 -05:00
Code style
This commit is contained in:
parent
dc7169e2df
commit
fd64cbb2c0
@ -244,7 +244,10 @@ bool QgsGeometryGapCheck::mergeWithNeighbor( const QMap<QString, QgsFeaturePool
|
|||||||
|
|
||||||
QStringList QgsGeometryGapCheck::resolutionMethods() const
|
QStringList QgsGeometryGapCheck::resolutionMethods() const
|
||||||
{
|
{
|
||||||
static QStringList methods = QStringList() << tr( "Add gap area to neighboring polygon with longest shared edge" ) << tr( "No action" );
|
static QStringList methods = QStringList()
|
||||||
|
<< tr( "Add gap area to neighboring polygon with longest shared edge" )
|
||||||
|
<< tr( "Add gap area to " )
|
||||||
|
<< tr( "No action" );
|
||||||
return methods;
|
return methods;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user