ball
ball copied to clipboard
Unexpected behaviour of Directory
Reported by dstoeckel on 14 Jan 39694823 00:00 UTC The getNextEntry function of BALL reopens the directory if it has hit its last file. This behaviour is both: undocumented and unexpected.
Instead of fixing this I would propose to use QDir instead of our own solution, as it offers more features and is better tested.
Commented by akdehof on 3 Mar 40940488 10:22 UTC Will be fixed by using either QDir or boost::file_system...