diff --git a/python/core/auto_generated/layertree/qgslayertreegroup.sip.in b/python/core/auto_generated/layertree/qgslayertreegroup.sip.in index 0a38bcbb7e6..8642f3dabe2 100644 --- a/python/core/auto_generated/layertree/qgslayertreegroup.sip.in +++ b/python/core/auto_generated/layertree/qgslayertreegroup.sip.in @@ -127,6 +127,11 @@ Find layer IDs used in all layer nodes. Searches recursively the whole sub-tree. QgsLayerTreeGroup *findGroup( const QString &name ); %Docstring Find group node with specified name. Searches recursively the whole sub-tree. +%End + + QList findGroups() const; +%Docstring +Find all group layer nodes %End static QgsLayerTreeGroup *readXml( QDomElement &element, const QgsReadWriteContext &context ) /Factory/;