Skip to content

Unify child() methods on non-standard nodes

Carsten Gräser requested to merge feature/unify-child-methods into master

This adds a defaulted argument to (ProxyNode|FilteredCompositeNode).child(). This is necessary to make those nodes behave like other nodes.

Merge request reports