mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Fixed documentation: FetchAttributes does not exist
This commit is contained in:
parent
4010e79fe3
commit
5393df88ac
@ -508,8 +508,7 @@ Sets flags that affect how features will be fetched
|
||||
|
||||
QgsFeatureRequest &setSubsetOfAttributes( const QgsAttributeList &attrs );
|
||||
%Docstring
|
||||
Set a subset of attributes that will be fetched. Empty list means that all attributes are used.
|
||||
To disable fetching attributes, reset the FetchAttributes flag (which is set by default)
|
||||
Set a subset of attributes that will be fetched.
|
||||
%End
|
||||
|
||||
QgsAttributeList subsetOfAttributes() const;
|
||||
|
@ -493,8 +493,7 @@ class CORE_EXPORT QgsFeatureRequest
|
||||
const Flags &flags() const { return mFlags; }
|
||||
|
||||
/**
|
||||
* Set a subset of attributes that will be fetched. Empty list means that all attributes are used.
|
||||
* To disable fetching attributes, reset the FetchAttributes flag (which is set by default)
|
||||
* Set a subset of attributes that will be fetched.
|
||||
*/
|
||||
QgsFeatureRequest &setSubsetOfAttributes( const QgsAttributeList &attrs );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user