The children() member function of QResource is protected. It does exactly what I need. (I have a collection of files in a certain resource directory, and want to use the list to populate a combo box.) Two questions:
Why is QResource::children() protected?
What's the correct way to do what this function provides?