Skip to content

Commit

Permalink
Update target version
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ committed Mar 28, 2020
1 parent be60ea5 commit 27ce90d
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/qgsmapthemecollection.sip.in
Expand Up @@ -195,7 +195,7 @@ Removes an existing map theme from collection.
%Docstring
Renames an existing map theme in the collection.

.. versionadded:: 3.12
.. versionadded:: 3.14
%End

void clear();
Expand Down Expand Up @@ -337,7 +337,7 @@ Emitted when a map theme changes definition.
%Docstring
Emitted when a map theme within the collection is renamed.

.. versionadded:: 3.12
.. versionadded:: 3.14
%End

void projectChanged();
Expand Down
4 changes: 2 additions & 2 deletions src/core/qgsmapthemecollection.h
Expand Up @@ -264,7 +264,7 @@ class CORE_EXPORT QgsMapThemeCollection : public QObject

/**
* Renames an existing map theme in the collection.
* \since QGIS 3.12
* \since QGIS 3.14
*/
void renameMapTheme( const QString &name, const QString &newName );

Expand Down Expand Up @@ -381,7 +381,7 @@ class CORE_EXPORT QgsMapThemeCollection : public QObject

/**
* Emitted when a map theme within the collection is renamed.
* \since QGIS 3.12
* \since QGIS 3.14
*/
void mapThemeRenamed( const QString &name, const QString &newName );

Expand Down

0 comments on commit 27ce90d

Please sign in to comment.