mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-06 00:05:02 -05:00
resultStringList variable is not used anymore, remove it
This commit is contained in:
parent
ee4afe2db1
commit
f7c29d7fc5
@ -1264,10 +1264,8 @@ QList<QgsMapLayer *> QgsProcessingParameters::parameterAsLayerList( const QgsPro
|
||||
|
||||
QList<QgsMapLayer *> layers;
|
||||
|
||||
QStringList resultStringList;
|
||||
|
||||
std::function< void( const QVariant &var ) > processVariant;
|
||||
processVariant = [ &resultStringList, &layers, &context, &definition, &processVariant ]( const QVariant & var )
|
||||
processVariant = [ &layers, &context, &definition, &processVariant ]( const QVariant & var )
|
||||
{
|
||||
if ( var.type() == QVariant::List )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user