mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-09 00:08:52 -04:00
add since note
This commit is contained in:
parent
c661f8e5dc
commit
4eaeb3ec2b
@ -140,12 +140,16 @@ Determines if a NULL value should be available in the list.
|
||||
int fetchLimit() const;
|
||||
%Docstring
|
||||
Returns the feature request fetch limit
|
||||
|
||||
.. versionadded:: 3.32
|
||||
%End
|
||||
|
||||
void setFetchLimit( int fetchLimit );
|
||||
%Docstring
|
||||
Defines the feature request fetch limit
|
||||
If set to 0, no limit is applied when fetching
|
||||
|
||||
.. versionadded:: 3.32
|
||||
%End
|
||||
|
||||
QString identifierField() const /Deprecated/;
|
||||
|
@ -156,12 +156,14 @@ class GUI_EXPORT QgsFeatureListComboBox : public QComboBox
|
||||
|
||||
/**
|
||||
* Returns the feature request fetch limit
|
||||
* \since QGIS 3.32
|
||||
*/
|
||||
int fetchLimit() const;
|
||||
|
||||
/**
|
||||
* Defines the feature request fetch limit
|
||||
* If set to 0, no limit is applied when fetching
|
||||
* \since QGIS 3.32
|
||||
*/
|
||||
void setFetchLimit( int fetchLimit );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user