mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
Doxymentation fix
This commit is contained in:
parent
e76949b2a0
commit
71fc4576c9
@ -108,7 +108,7 @@ class QgsMapLayerRegistry : QObject
|
||||
*
|
||||
* @note As a side-effect QgsProject is made dirty.
|
||||
*/
|
||||
void removeMapLayers( const QList<QgsMapLayer*>& theLayerIds );
|
||||
void removeMapLayers( const QList<QgsMapLayer*>& layers );
|
||||
|
||||
/**
|
||||
* @brief
|
||||
@ -173,9 +173,9 @@ class QgsMapLayerRegistry : QObject
|
||||
/**
|
||||
* Emitted when one or more layers are removed from the registry
|
||||
*
|
||||
* @param theLayerIds A list layers which are removed.
|
||||
* @param layers A list of layers which are removed.
|
||||
*/
|
||||
void layersWillBeRemoved( const QList<QgsMapLayer*>& layer );
|
||||
void layersWillBeRemoved( const QList<QgsMapLayer*>& layers );
|
||||
|
||||
/**
|
||||
* Emitted when an owned layer is removed from the registry
|
||||
|
@ -133,7 +133,7 @@ class CORE_EXPORT QgsMapLayerRegistry : public QObject
|
||||
*
|
||||
* @note As a side-effect QgsProject is made dirty.
|
||||
*/
|
||||
void removeMapLayers( const QList<QgsMapLayer*>& theLayerIds );
|
||||
void removeMapLayers( const QList<QgsMapLayer*>& layers );
|
||||
|
||||
/**
|
||||
* @brief
|
||||
@ -198,9 +198,9 @@ class CORE_EXPORT QgsMapLayerRegistry : public QObject
|
||||
/**
|
||||
* Emitted when one or more layers are removed from the registry
|
||||
*
|
||||
* @param theLayerIds A list layers which are removed.
|
||||
* @param layers A list of layers which are removed.
|
||||
*/
|
||||
void layersWillBeRemoved( const QList<QgsMapLayer*>& layer );
|
||||
void layersWillBeRemoved( const QList<QgsMapLayer*>& layers );
|
||||
|
||||
/**
|
||||
* Emitted when an owned layer is removed from the registry
|
||||
|
Loading…
x
Reference in New Issue
Block a user