File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
python/core/auto_generated Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -508,8 +508,7 @@ Sets flags that affect how features will be fetched
508
508
509
509
QgsFeatureRequest &setSubsetOfAttributes( const QgsAttributeList &attrs );
510
510
%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.
513
512
%End
514
513
515
514
QgsAttributeList subsetOfAttributes() const;
Original file line number Diff line number Diff line change @@ -493,8 +493,7 @@ class CORE_EXPORT QgsFeatureRequest
493
493
const Flags &flags () const { return mFlags ; }
494
494
495
495
/* *
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.
498
497
*/
499
498
QgsFeatureRequest &setSubsetOfAttributes ( const QgsAttributeList &attrs );
500
499
You can’t perform that action at this time.
0 commit comments