Skip to content

Commit

Permalink
Add missing sip bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn authored and signedav committed Aug 7, 2018
1 parent caa8842 commit 1433de1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions python/core/auto_generated/layertree/qgslayertreegroup.sip.in
Expand Up @@ -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<QgsLayerTreeGroup *> findGroups() const;
%Docstring
Find all group layer nodes
%End

static QgsLayerTreeGroup *readXml( QDomElement &element, const QgsReadWriteContext &context ) /Factory/;
Expand Down

0 comments on commit 1433de1

Please sign in to comment.