Skip to content

Commit

Permalink
Typo s/is/if
Browse files Browse the repository at this point in the history
  • Loading branch information
jgrocha authored and nyalldawson committed Mar 23, 2021
1 parent 01806b1 commit 0fe0aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/layertree/qgslayertreegroup.h
Expand Up @@ -142,7 +142,7 @@ class CORE_EXPORT QgsLayerTreeGroup : public QgsLayerTreeNode
QgsLayerTreeGroup *findGroup( const QString &name );

/**
* Find group layer nodes. Searches recursively the whole sub-tree, is recursive is set.
* Find group layer nodes. Searches recursively the whole sub-tree, if recursive is set.
*/
QList<QgsLayerTreeGroup *> findGroups( bool recursive = false ) const;

Expand Down

0 comments on commit 0fe0aec

Please sign in to comment.