Skip to content

Commit

Permalink
Fix since version
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 15, 2021
1 parent 715efc8 commit 78f0903
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -65,7 +65,7 @@ queues associated to this type of message.

.. seealso:: :py:func:`pushConsoleInfo`

.. versionadded:: 3.16.2
.. versionadded:: 3.16.4
%End

virtual void pushInfo( const QString &info );
Expand Down
2 changes: 1 addition & 1 deletion src/core/processing/qgsprocessingfeedback.h
Expand Up @@ -71,7 +71,7 @@ class CORE_EXPORT QgsProcessingFeedback : public QgsFeedback
* \see pushCommandInfo()
* \see pushDebugInfo()
* \see pushConsoleInfo()
* \since QGIS 3.16.2
* \since QGIS 3.16.4
*/
virtual void pushWarning( const QString &warning );

Expand Down

0 comments on commit 78f0903

Please sign in to comment.