Skip to content

Commit

Permalink
fix banned keyword check
Browse files Browse the repository at this point in the history
  • Loading branch information
NEDJIMAbelgacem authored and nyalldawson committed Jan 4, 2021
1 parent 09e540b commit 87280a9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/core/pointcloud/qgspointclouddataprovider.cpp
Expand Up @@ -284,9 +284,8 @@ QVector<QMap<QString, QVariant>> QgsPointCloudDataProvider::identify(


acceptedPoints = QtConcurrent::blockingMappedReduced( nodes, acceptedPoints = QtConcurrent::blockingMappedReduced( nodes,
MapIndexedPointCloudNode( request, context, extentGeometry, extentZRange, index ), MapIndexedPointCloudNode( request, context, extentGeometry, extentZRange, index ),
QOverload<const QVector<QMap<QString, QVariant>>&>::of( &QVector<QMap<QString, QVariant>>::append ), qgis::overload<const QVector<QMap<QString, QVariant>>&>::of( &QVector<QMap<QString, QVariant>>::append ),
QtConcurrent::UnorderedReduce QtConcurrent::UnorderedReduce );
);


return acceptedPoints; return acceptedPoints;
} }
Expand Down

0 comments on commit 87280a9

Please sign in to comment.