Skip to content

Commit 5393df8

Browse files
committedOct 18, 2018
Fixed documentation: FetchAttributes does not exist
1 parent 4010e79 commit 5393df8

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed
 

‎python/core/auto_generated/qgsfeaturerequest.sip.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -508,8 +508,7 @@ Sets flags that affect how features will be fetched
508508

509509
QgsFeatureRequest &setSubsetOfAttributes( const QgsAttributeList &attrs );
510510
%Docstring
511-
Set a subset of attributes that will be fetched. Empty list means that all attributes are used.
512-
To disable fetching attributes, reset the FetchAttributes flag (which is set by default)
511+
Set a subset of attributes that will be fetched.
513512
%End
514513

515514
QgsAttributeList subsetOfAttributes() const;

‎src/core/qgsfeaturerequest.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -493,8 +493,7 @@ class CORE_EXPORT QgsFeatureRequest
493493
const Flags &flags() const { return mFlags; }
494494

495495
/**
496-
* Set a subset of attributes that will be fetched. Empty list means that all attributes are used.
497-
* To disable fetching attributes, reset the FetchAttributes flag (which is set by default)
496+
* Set a subset of attributes that will be fetched.
498497
*/
499498
QgsFeatureRequest &setSubsetOfAttributes( const QgsAttributeList &attrs );
500499

0 commit comments

Comments
 (0)
Please sign in to comment.