Skip to content

Commit

Permalink
Add version mention
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ committed Jan 20, 2022
1 parent cbf29f9 commit b8de4d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/gui/auto_generated/qgisinterface.sip.in
Expand Up @@ -1116,11 +1116,15 @@ Remove action from the Web menu
virtual void addPluginToMeshMenu( const QString &name, QAction *action ) = 0;
%Docstring
Add action to the Mesh menu

.. versionadded:: 3.24
%End

virtual void removePluginMeshMenu( const QString &name, QAction *action ) = 0;
%Docstring
Remove action from the Mesh menu

.. versionadded:: 3.24
%End

virtual void addDockWidget( Qt::DockWidgetArea area, QDockWidget *dockwidget ) = 0;
Expand Down

0 comments on commit b8de4d3

Please sign in to comment.