Skip to content

Commit

Permalink
Fix memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Nov 11, 2016
1 parent 45617fb commit 4981bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/core/layertree/qgslayertreenode.sip
Expand Up @@ -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;

Expand Down

0 comments on commit 4981bfc

Please sign in to comment.