Skip to content

Commit

Permalink
fix release version
Browse files Browse the repository at this point in the history
  • Loading branch information
vcloarec authored and nyalldawson committed Sep 14, 2020
1 parent 6cdb866 commit 5729fce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions python/gui/auto_generated/mesh/qgsmeshlayerproperties.sip.in
Expand Up @@ -16,7 +16,7 @@ class QgsMeshLayerProperties : QgsOptionsDialogBase
Property sheet for a mesh map layer.
Contains information, source and style tabs

.. versionadded:: 3.18
.. versionadded:: 3.16
%End

%TypeHeaderCode
Expand All @@ -35,7 +35,7 @@ Constructor
%Docstring
Adds properties page from a factory

.. versionadded:: 3.18
.. versionadded:: 3.16
%End

};
Expand Down
4 changes: 2 additions & 2 deletions src/gui/mesh/qgsmeshlayerproperties.h
Expand Up @@ -37,7 +37,7 @@ class QgsMapLayerConfigWidgetFactory;
* Property sheet for a mesh map layer.
* Contains information, source and style tabs
*
* \since QGIS 3.18 in the GUI API
* \since QGIS 3.16 in the GUI API
*/
class GUI_EXPORT QgsMeshLayerProperties : public QgsOptionsDialogBase, private Ui::QgsMeshLayerPropertiesBase
{
Expand All @@ -54,7 +54,7 @@ class GUI_EXPORT QgsMeshLayerProperties : public QgsOptionsDialogBase, private U
/**
* Adds properties page from a factory
*
* \since QGIS 3.18
* \since QGIS 3.16
*/
void addPropertiesPageFactory( QgsMapLayerConfigWidgetFactory *factory );

Expand Down

0 comments on commit 5729fce

Please sign in to comment.