mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-12 00:02:25 -04:00
Unused arg
This commit is contained in:
parent
fdbad366d9
commit
cd234f0460
@ -319,6 +319,7 @@ QVariantMap QgsRasterizeAlgorithm::processAlgorithm( const QVariantMap ¶mete
|
||||
|
||||
bool QgsRasterizeAlgorithm::prepareAlgorithm( const QVariantMap ¶meters, QgsProcessingContext &context, QgsProcessingFeedback *feedback )
|
||||
{
|
||||
Q_UNUSED( feedback )
|
||||
// Retrieve and clone layers
|
||||
const QString mapTheme { parameterAsString( parameters, QStringLiteral( "MAP_THEME" ), context ) };
|
||||
const QList<QgsMapLayer *> mapLayers { parameterAsLayerList( parameters, QStringLiteral( "LAYERS" ), context ) };
|
||||
|
Loading…
x
Reference in New Issue
Block a user