Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
"Flatten relationship" alg output can not be skipped
  • Loading branch information
DelazJ authored and nyalldawson committed Apr 18, 2021
1 parent 33d7eef commit 3e031d8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -69,7 +69,7 @@ void QgsFlattenRelationshipsAlgorithm::initAlgorithm( const QVariantMap & )
addParameter( new QgsProcessingParameterVectorLayer( QStringLiteral( "INPUT" ),
QObject::tr( "Input layer" ), QList< int>() << QgsProcessing::TypeVector ) );

addParameter( new QgsProcessingParameterFeatureSink( QStringLiteral( "OUTPUT" ), QObject::tr( "Flattened layer" ), QgsProcessing::TypeVectorAnyGeometry, QVariant(), true, true ) );
addParameter( new QgsProcessingParameterFeatureSink( QStringLiteral( "OUTPUT" ), QObject::tr( "Flattened layer" ), QgsProcessing::TypeVectorAnyGeometry ) );
}

QgsFlattenRelationshipsAlgorithm *QgsFlattenRelationshipsAlgorithm::createInstance() const
Expand Down

0 comments on commit 3e031d8

Please sign in to comment.