File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
python/gui/auto_generated Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -140,12 +140,16 @@ Determines if a NULL value should be available in the list.
140
140
int fetchLimit() const;
141
141
%Docstring
142
142
Returns the feature request fetch limit
143
+
144
+ .. versionadded:: 3.32
143
145
%End
144
146
145
147
void setFetchLimit( int fetchLimit );
146
148
%Docstring
147
149
Defines the feature request fetch limit
148
150
If set to 0, no limit is applied when fetching
151
+
152
+ .. versionadded:: 3.32
149
153
%End
150
154
151
155
QString identifierField() const /Deprecated/;
Original file line number Diff line number Diff line change @@ -156,12 +156,14 @@ class GUI_EXPORT QgsFeatureListComboBox : public QComboBox
156
156
157
157
/* *
158
158
* Returns the feature request fetch limit
159
+ * \since QGIS 3.32
159
160
*/
160
161
int fetchLimit () const ;
161
162
162
163
/* *
163
164
* Defines the feature request fetch limit
164
165
* If set to 0, no limit is applied when fetching
166
+ * \since QGIS 3.32
165
167
*/
166
168
void setFetchLimit ( int fetchLimit );
167
169
You can’t perform that action at this time.
0 commit comments