File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -345,17 +345,17 @@ class CORE_EXPORT QgsProject : public QObject
345
345
* @param mapLayer The map layer which is being initialized
346
346
* @param layerNode The layer node from the project file
347
347
*/
348
- void readMapLayer ( QgsMapLayer* mapLayer, const QDomElement& layerNode );
348
+ void readMapLayer ( QgsMapLayer * mapLayer, const QDomElement & layerNode );
349
349
350
350
/* *
351
351
* Emitted, when a layer is being saved. You can use this method to save
352
352
* additional information to the layer.
353
353
*
354
354
* @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
356
356
* @param doc The document
357
357
*/
358
- void writeMapLayer ( QgsMapLayer* mapLayer, QDomElement& layerElem, QDomDocument& doc );
358
+ void writeMapLayer ( QgsMapLayer * mapLayer, QDomElement & layerElem, QDomDocument & doc );
359
359
360
360
// ! emitted when the project file has been written and closed
361
361
void projectSaved ();
You can’t perform that action at this time.
0 commit comments