mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
Fix label
This commit is contained in:
parent
6917860d94
commit
b2d20c9dbc
@ -65,7 +65,7 @@ void QgsIntersectionAlgorithm::initAlgorithm( const QVariantMap & )
|
||||
QStringLiteral( "INPUT" ), QgsProcessingParameterField::Any, true, true ) );
|
||||
addParameter( new QgsProcessingParameterField(
|
||||
QStringLiteral( "OVERLAY_FIELDS" ),
|
||||
QObject::tr( "Intersect fields to keep (leave empty to keep all fields)" ), QVariant(),
|
||||
QObject::tr( "Overlay fields to keep (leave empty to keep all fields)" ), QVariant(),
|
||||
QStringLiteral( "OVERLAY" ), QgsProcessingParameterField::Any, true, true ) );
|
||||
|
||||
addParameter( new QgsProcessingParameterFeatureSink( QStringLiteral( "OUTPUT" ), QObject::tr( "Intersection" ) ) );
|
||||
|
Loading…
x
Reference in New Issue
Block a user