mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-17 00:04:02 -04:00
Fix Coverity large argument passed by value warning
This commit is contained in:
parent
eb39579837
commit
e2d75d5516
@ -20,7 +20,7 @@
|
||||
///@cond PRIVATE
|
||||
///
|
||||
|
||||
static void getFeaturesForProvider( QPair< QgsVectorDataProvider *, QgsFeatureRequest > pair )
|
||||
static void getFeaturesForProvider( const QPair< QgsVectorDataProvider *, QgsFeatureRequest > &pair )
|
||||
{
|
||||
QgsFeatureIterator it = pair.first->getFeatures( pair.second );
|
||||
QgsFeature f;
|
||||
|
Loading…
x
Reference in New Issue
Block a user