Skip to content

Commit a061a63

Browse files
committedSep 6, 2018
Fetch all attributes as before
1 parent c55196c commit a061a63

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/analysis/vector/geometry_checker/qgsvectordataproviderfeaturepool.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ QgsVectorDataProviderFeaturePool::QgsVectorDataProviderFeaturePool( QgsVectorLay
3939
// Build spatial index
4040
QgsFeature feature;
4141
QgsFeatureRequest req;
42-
req.setSubsetOfAttributes( QgsAttributeList() );
4342
QgsFeatureIds featureIds;
4443
if ( selectedOnly )
4544
{

0 commit comments

Comments
 (0)
Please sign in to comment.