mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
Fix memory leak
This commit is contained in:
parent
45617fb292
commit
4981bfcf18
@ -77,7 +77,7 @@ class QgsLayerTreeNode : QObject
|
||||
QList<QgsLayerTreeNode*> children();
|
||||
|
||||
//! Read layer tree from XML. Returns new instance
|
||||
static QgsLayerTreeNode *readXml( QDomElement &element );
|
||||
static QgsLayerTreeNode* readXml( QDomElement& element ) /Factory/;
|
||||
//! Write layer tree to XML
|
||||
virtual void writeXml( QDomElement &parentElement ) = 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user