mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
fix doxygen warning
This commit is contained in:
parent
639c5823db
commit
8ca11eb939
@ -345,17 +345,17 @@ class CORE_EXPORT QgsProject : public QObject
|
|||||||
* @param mapLayer The map layer which is being initialized
|
* @param mapLayer The map layer which is being initialized
|
||||||
* @param layerNode The layer node from the project file
|
* @param layerNode The layer node from the project file
|
||||||
*/
|
*/
|
||||||
void readMapLayer( QgsMapLayer* mapLayer, const QDomElement& layerNode );
|
void readMapLayer( QgsMapLayer *mapLayer, const QDomElement &layerNode );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Emitted, when a layer is being saved. You can use this method to save
|
* Emitted, when a layer is being saved. You can use this method to save
|
||||||
* additional information to the layer.
|
* additional information to the layer.
|
||||||
*
|
*
|
||||||
* @param mapLayer The map layer which is being initialized
|
* @param mapLayer The map layer which is being initialized
|
||||||
* @param layerNode The layer node from the project file
|
* @param layerElem The layer element from the project file
|
||||||
* @param doc The document
|
* @param doc The document
|
||||||
*/
|
*/
|
||||||
void writeMapLayer( QgsMapLayer* mapLayer, QDomElement& layerElem, QDomDocument& doc );
|
void writeMapLayer( QgsMapLayer *mapLayer, QDomElement &layerElem, QDomDocument &doc );
|
||||||
|
|
||||||
//! emitted when the project file has been written and closed
|
//! emitted when the project file has been written and closed
|
||||||
void projectSaved();
|
void projectSaved();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user