add since note

This commit is contained in:
signedav 2023-03-20 13:04:33 +01:00
parent c661f8e5dc
commit 4eaeb3ec2b
2 changed files with 6 additions and 0 deletions

View File

@ -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/;

View File

@ -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 );