Make KDescendantsProxyModel work with incrementally populated models
Make KDescendantsProxyModel work with incrementally populated models, that is, models that load in content when fetchMore() is called.
A concrete use case for this is to connect a KDirModel to a kirigami-extras TreeView.