Skip to content

Commit b39c389

Browse files
committedMar 13, 2023
Fix version numbers
1 parent 2f0060c commit b39c389

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
 

‎python/core/auto_generated/layertree/qgslayertreemodel.sip.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ Returns ``True`` if a hit test for visible legend items is currently in progress
339339

340340
.. seealso:: :py:func:`hitTestCompleted`
341341

342-
.. versionadded:: 3.2
342+
.. versionadded:: 3.32
343343
%End
344344

345345
signals:

‎python/core/auto_generated/layout/qgslayoutitem.sip.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1218,7 +1218,7 @@ Draws the background for the item.
12181218
%Docstring
12191219
Draws a "refreshing" overlay icon on the item.
12201220

1221-
.. versionadded:: 3.2
1221+
.. versionadded:: 3.32
12221222
%End
12231223

12241224
virtual void setFixedSize( const QgsLayoutSize &size );

‎src/core/layertree/qgslayertreemodel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ class CORE_EXPORT QgsLayerTreeModel : public QAbstractItemModel
304304
* \see hitTestStarted()
305305
* \see hitTestCompleted()
306306
*
307-
* \since QGIS 3.2
307+
* \since QGIS 3.32
308308
*/
309309
bool hitTestInProgress() const;
310310

‎src/core/layout/qgslayoutitem.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1146,7 +1146,7 @@ class CORE_EXPORT QgsLayoutItem : public QgsLayoutObject, public QGraphicsRectIt
11461146
/**
11471147
* Draws a "refreshing" overlay icon on the item.
11481148
*
1149-
* \since QGIS 3.2
1149+
* \since QGIS 3.32
11501150
*/
11511151
void drawRefreshingOverlay( QPainter *painter, const QStyleOptionGraphicsItem *itemStyle );
11521152

0 commit comments

Comments
 (0)
Please sign in to comment.