Skip to content

Commit

Permalink
Fix target version
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ committed Mar 28, 2020
1 parent 23585d4 commit 5329f05
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 @@ -196,7 +196,7 @@ Removes an existing map theme from collection.
Renames the existing map theme called ``name`` to ``newName``.
Returns ``True`` if the rename was successful, or ``False`` if it failed (e.g. due to a duplicate name for ``newName``).

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

void clear();
Expand Down Expand Up @@ -338,7 +338,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 @@ -265,7 +265,7 @@ class CORE_EXPORT QgsMapThemeCollection : public QObject
/**
* Renames the existing map theme called \a name to \a newName.
* Returns TRUE if the rename was successful, or FALSE if it failed (e.g. due to a duplicate name for \a newName).
* \since QGIS 3.12
* \since QGIS 3.14
*/
bool renameMapTheme( const QString &name, const QString &newName );

Expand Down Expand Up @@ -382,7 +382,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 5329f05

Please sign in to comment.