mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-09 00:08:52 -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`
|
.. seealso:: :py:func:`hitTestCompleted`
|
||||||
|
|
||||||
.. versionadded:: 3.2
|
.. versionadded:: 3.32
|
||||||
%End
|
%End
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
|
@ -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 );
|
||||||
|
@ -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;
|
||||||
|
|
||||||
|
@ -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 );
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user