Skip to content

Commit

Permalink
Add \since QGIS 3.34
Browse files Browse the repository at this point in the history
3.34 here, since it has been backported

Co-authored-by: Nicolas Godet <39594821+nicogodet@users.noreply.github.com>
  • Loading branch information
2 people authored and nyalldawson committed Dec 20, 2023
1 parent f009536 commit bc6fdf7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/PyQt6/gui/auto_generated/qgisinterface.sip.in
Expand Up @@ -302,6 +302,8 @@ Returns a reference to the main window "Web" menu.
virtual QMenu *meshMenu() = 0;
%Docstring
Returns a reference to the main window "Mesh" menu.

.. versionadded:: 3.34
%End

virtual QMenu *firstRightStandardMenu() = 0;
Expand Down
2 changes: 2 additions & 0 deletions python/gui/auto_generated/qgisinterface.sip.in
Expand Up @@ -302,6 +302,8 @@ Returns a reference to the main window "Web" menu.
virtual QMenu *meshMenu() = 0;
%Docstring
Returns a reference to the main window "Mesh" menu.

.. versionadded:: 3.34
%End

virtual QMenu *firstRightStandardMenu() = 0;
Expand Down
2 changes: 2 additions & 0 deletions src/gui/qgisinterface.h
Expand Up @@ -329,6 +329,8 @@ class GUI_EXPORT QgisInterface : public QObject

/**
* Returns a reference to the main window "Mesh" menu.
*
* \since QGIS 3.34
*/
virtual QMenu *meshMenu() = 0;

Expand Down

0 comments on commit bc6fdf7

Please sign in to comment.