Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Doxy
  • Loading branch information
elpaso authored and nyalldawson committed Nov 29, 2021
1 parent 1a40546 commit f78ae1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions python/core/auto_generated/qgsfeedback.sip.in
Expand Up @@ -78,7 +78,7 @@ is an unsigned long integer and starts from 0.

.. seealso:: :py:func:`setProcessedCount`

.. seealso:: :py:func:`progressCountChanged`
.. seealso:: :py:func:`processedCountChanged`

.. versionadded:: 3.24
%End
Expand All @@ -90,7 +90,7 @@ argument is an unsigned long integer and starts from 0.

.. seealso:: :py:func:`processedCount`

.. seealso:: :py:func:`progressCountChanged`
.. seealso:: :py:func:`processedCountChanged`

.. versionadded:: 3.24
%End
Expand Down
4 changes: 2 additions & 2 deletions src/core/qgsfeedback.h
Expand Up @@ -84,7 +84,7 @@ class CORE_EXPORT QgsFeedback : public QObject
* feedback object is used processed count reporting may not be supported. The returned value
* is an unsigned long integer and starts from 0.
* \see setProcessedCount()
* \see progressCountChanged()
* \see processedCountChanged()
* \since QGIS 3.24
*/
unsigned long long processedCount() const SIP_HOLDGIL { return mProcessedCount; }
Expand All @@ -93,7 +93,7 @@ class CORE_EXPORT QgsFeedback : public QObject
* Sets the current processed objects count for the feedback object. The \a processedCount
* argument is an unsigned long integer and starts from 0.
* \see processedCount()
* \see progressCountChanged()
* \see processedCountChanged()
* \since QGIS 3.24
*/
void setProcessedCount( unsigned long long processedCount )
Expand Down

0 comments on commit f78ae1e

Please sign in to comment.