Doxymentation fix

This commit is contained in:
Matthias Kuhn 2015-12-01 11:36:03 +01:00
parent e76949b2a0
commit 71fc4576c9
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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