mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-07 00:15:48 -04:00
Fix version numbers
This commit is contained in:
parent
2f0060c5dc
commit
b39c389cd9
@ -339,7 +339,7 @@ Returns ``True`` if a hit test for visible legend items is currently in progress
|
||||
|
||||
.. seealso:: :py:func:`hitTestCompleted`
|
||||
|
||||
.. versionadded:: 3.2
|
||||
.. versionadded:: 3.32
|
||||
%End
|
||||
|
||||
signals:
|
||||
|
@ -1218,7 +1218,7 @@ Draws the background for the item.
|
||||
%Docstring
|
||||
Draws a "refreshing" overlay icon on the item.
|
||||
|
||||
.. versionadded:: 3.2
|
||||
.. versionadded:: 3.32
|
||||
%End
|
||||
|
||||
virtual void setFixedSize( const QgsLayoutSize &size );
|
||||
|
@ -304,7 +304,7 @@ class CORE_EXPORT QgsLayerTreeModel : public QAbstractItemModel
|
||||
* \see hitTestStarted()
|
||||
* \see hitTestCompleted()
|
||||
*
|
||||
* \since QGIS 3.2
|
||||
* \since QGIS 3.32
|
||||
*/
|
||||
bool hitTestInProgress() const;
|
||||
|
||||
|
@ -1146,7 +1146,7 @@ class CORE_EXPORT QgsLayoutItem : public QgsLayoutObject, public QGraphicsRectIt
|
||||
/**
|
||||
* Draws a "refreshing" overlay icon on the item.
|
||||
*
|
||||
* \since QGIS 3.2
|
||||
* \since QGIS 3.32
|
||||
*/
|
||||
void drawRefreshingOverlay( QPainter *painter, const QStyleOptionGraphicsItem *itemStyle );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user