Fix version numbers

This commit is contained in:
Nyall Dawson 2023-03-13 13:56:48 +10:00
parent 2f0060c5dc
commit b39c389cd9
4 changed files with 4 additions and 4 deletions

View File

@ -339,7 +339,7 @@ Returns ``True`` if a hit test for visible legend items is currently in progress
.. seealso:: :py:func:`hitTestCompleted` .. seealso:: :py:func:`hitTestCompleted`
.. versionadded:: 3.2 .. versionadded:: 3.32
%End %End
signals: signals:

View File

@ -1218,7 +1218,7 @@ Draws the background for the item.
%Docstring %Docstring
Draws a "refreshing" overlay icon on the item. Draws a "refreshing" overlay icon on the item.
.. versionadded:: 3.2 .. versionadded:: 3.32
%End %End
virtual void setFixedSize( const QgsLayoutSize &size ); virtual void setFixedSize( const QgsLayoutSize &size );

View File

@ -304,7 +304,7 @@ class CORE_EXPORT QgsLayerTreeModel : public QAbstractItemModel
* \see hitTestStarted() * \see hitTestStarted()
* \see hitTestCompleted() * \see hitTestCompleted()
* *
* \since QGIS 3.2 * \since QGIS 3.32
*/ */
bool hitTestInProgress() const; bool hitTestInProgress() const;

View File

@ -1146,7 +1146,7 @@ class CORE_EXPORT QgsLayoutItem : public QgsLayoutObject, public QGraphicsRectIt
/** /**
* Draws a "refreshing" overlay icon on the item. * Draws a "refreshing" overlay icon on the item.
* *
* \since QGIS 3.2 * \since QGIS 3.32
*/ */
void drawRefreshingOverlay( QPainter *painter, const QStyleOptionGraphicsItem *itemStyle ); void drawRefreshingOverlay( QPainter *painter, const QStyleOptionGraphicsItem *itemStyle );