Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
make cppcheck happy
  • Loading branch information
alexbruy authored and nyalldawson committed May 17, 2023
1 parent b1bbaf2 commit 5a2c1a2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -198,7 +198,7 @@ QVariantMap QgsDownloadVectorTilesAlgorithm::processAlgorithm( const QVariantMap
loader->downloadBlocking();
}

it++;
++it;
}

if ( context.willLoadLayerOnCompletion( outputFile ) )
Expand Down

0 comments on commit 5a2c1a2

Please sign in to comment.