Fix target version

This commit is contained in:
Harrissou Sant-anna 2020-03-28 15:59:18 +01:00
parent 23585d4142
commit 5329f05485
2 changed files with 4 additions and 4 deletions

View File

@ -196,7 +196,7 @@ Removes an existing map theme from collection.
Renames the existing map theme called ``name`` to ``newName``. 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``). 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 %End
void clear(); void clear();
@ -338,7 +338,7 @@ Emitted when a map theme changes definition.
%Docstring %Docstring
Emitted when a map theme within the collection is renamed. Emitted when a map theme within the collection is renamed.
.. versionadded:: 3.12 .. versionadded:: 3.14
%End %End
void projectChanged(); void projectChanged();

View File

@ -265,7 +265,7 @@ class CORE_EXPORT QgsMapThemeCollection : public QObject
/** /**
* Renames the existing map theme called \a name to \a newName. * 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). * 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 ); bool renameMapTheme( const QString &name, const QString &newName );
@ -382,7 +382,7 @@ class CORE_EXPORT QgsMapThemeCollection : public QObject
/** /**
* Emitted when a map theme within the collection is renamed. * 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 ); void mapThemeRenamed( const QString &name, const QString &newName );