Skip to content

Commit 5bd4648

Browse files
committedMar 24, 2023
Update since
1 parent 9e9eef3 commit 5bd4648

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed
 

‎python/core/auto_generated/qgsfield.sip.in‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ Map keys should match values from the Qgis.FieldMetadataProperty enum.
183183

184184
.. seealso:: :py:func:`setMetadata`
185185

186-
.. versionadded:: 3.30
186+
.. versionadded:: 3.32
187187
%End
188188

189189

@@ -193,7 +193,7 @@ Returns a specific metadata ``property``.
193193

194194
.. seealso:: :py:func:`setMetadata`
195195

196-
.. versionadded:: 3.30
196+
.. versionadded:: 3.32
197197
%End
198198

199199
void setMetadata( const QMap< int, QVariant > metadata );
@@ -204,7 +204,7 @@ Map keys should match values from the Qgis.FieldMetadataProperty enum.
204204

205205
.. seealso:: :py:func:`metadata`
206206

207-
.. versionadded:: 3.30
207+
.. versionadded:: 3.32
208208
%End
209209

210210

@@ -214,7 +214,7 @@ Sets a metadata ``property`` to ``value``.
214214

215215
.. seealso:: :py:func:`metadata`
216216

217-
.. versionadded:: 3.30
217+
.. versionadded:: 3.32
218218
%End
219219

220220
bool isNumeric() const;

‎src/core/qgsfield.h‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -223,23 +223,23 @@ class CORE_EXPORT QgsField
223223
* Map keys should match values from the Qgis::FieldMetadataProperty enum.
224224
*
225225
* \see setMetadata()
226-
* \since QGIS 3.30
226+
* \since QGIS 3.32
227227
*/
228228
QMap< int, QVariant > metadata() const;
229229

230230
/**
231231
* Returns a specific metadata \a property.
232232
*
233233
* \see setMetadata()
234-
* \since QGIS 3.30
234+
* \since QGIS 3.32
235235
*/
236236
QVariant metadata( Qgis::FieldMetadataProperty property ) const SIP_SKIP;
237237

238238
/**
239239
* Returns a specific metadata \a property.
240240
*
241241
* \see setMetadata()
242-
* \since QGIS 3.30
242+
* \since QGIS 3.32
243243
*/
244244
QVariant metadata( int property ) const;
245245

@@ -249,23 +249,23 @@ class CORE_EXPORT QgsField
249249
* Map keys should match values from the Qgis::FieldMetadataProperty enum.
250250
*
251251
* \see metadata()
252-
* \since QGIS 3.30
252+
* \since QGIS 3.32
253253
*/
254254
void setMetadata( const QMap< int, QVariant > metadata );
255255

256256
/**
257257
* Sets a metadata \a property to \a value.
258258
*
259259
* \see metadata()
260-
* \since QGIS 3.30
260+
* \since QGIS 3.32
261261
*/
262262
void setMetadata( Qgis::FieldMetadataProperty property, const QVariant &value ) SIP_SKIP;
263263

264264
/**
265265
* Sets a metadata \a property to \a value.
266266
*
267267
* \see metadata()
268-
* \since QGIS 3.30
268+
* \since QGIS 3.32
269269
*/
270270
void setMetadata( int property, const QVariant &value );
271271

0 commit comments

Comments
 (0)
Please sign in to comment.