mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-09 00:08:52 -04:00
Fix target version
This commit is contained in:
parent
23585d4142
commit
5329f05485
@ -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();
|
||||||
|
@ -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 );
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user