Skip to content

Commit 4eaeb3e

Browse files
committedMar 20, 2023
add since note
1 parent c661f8e commit 4eaeb3e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
 

‎python/gui/auto_generated/qgsfeaturelistcombobox.sip.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,12 +140,16 @@ Determines if a NULL value should be available in the list.
140140
int fetchLimit() const;
141141
%Docstring
142142
Returns the feature request fetch limit
143+
144+
.. versionadded:: 3.32
143145
%End
144146

145147
void setFetchLimit( int fetchLimit );
146148
%Docstring
147149
Defines the feature request fetch limit
148150
If set to 0, no limit is applied when fetching
151+
152+
.. versionadded:: 3.32
149153
%End
150154

151155
QString identifierField() const /Deprecated/;

‎src/gui/qgsfeaturelistcombobox.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,12 +156,14 @@ class GUI_EXPORT QgsFeatureListComboBox : public QComboBox
156156

157157
/**
158158
* Returns the feature request fetch limit
159+
* \since QGIS 3.32
159160
*/
160161
int fetchLimit() const;
161162

162163
/**
163164
* Defines the feature request fetch limit
164165
* If set to 0, no limit is applied when fetching
166+
* \since QGIS 3.32
165167
*/
166168
void setFetchLimit( int fetchLimit );
167169

0 commit comments

Comments
 (0)
Please sign in to comment.