fix doxygen warning

This commit is contained in:
Juergen E. Fischer 2013-05-10 09:14:59 +02:00
parent 639c5823db
commit 8ca11eb939

View File

@ -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();