Skip to content

Commit 8ca11eb

Browse files
committedMay 10, 2013
fix doxygen warning
1 parent 639c582 commit 8ca11eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎src/core/qgsproject.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -345,17 +345,17 @@ class CORE_EXPORT QgsProject : public QObject
345345
* @param mapLayer The map layer which is being initialized
346346
* @param layerNode The layer node from the project file
347347
*/
348-
void readMapLayer( QgsMapLayer* mapLayer, const QDomElement& layerNode );
348+
void readMapLayer( QgsMapLayer *mapLayer, const QDomElement &layerNode );
349349

350350
/**
351351
* Emitted, when a layer is being saved. You can use this method to save
352352
* additional information to the layer.
353353
*
354354
* @param mapLayer The map layer which is being initialized
355-
* @param layerNode The layer node from the project file
355+
* @param layerElem The layer element from the project file
356356
* @param doc The document
357357
*/
358-
void writeMapLayer( QgsMapLayer* mapLayer, QDomElement& layerElem, QDomDocument& doc );
358+
void writeMapLayer( QgsMapLayer *mapLayer, QDomElement &layerElem, QDomDocument &doc );
359359

360360
//! emitted when the project file has been written and closed
361361
void projectSaved();

0 commit comments

Comments
 (0)
Please sign in to comment.