Skip to content

KDirModel: fix hasChildren() regression for trees with hidden files, symlinks, pipes and character devices

This is a follow up to commit fe87d932 which fixed hasChildren() for directories with regular files in them. With this commit not only directories with regular files in them are considered as non empty but also directories containing hidden files, symlinks, pipes and character devices.

Edited by Mario Aichinger

Merge request reports