| 40 | } |
| 41 | |
| 42 | void ClassNameStore::populateListStore() |
| 43 | { |
| 44 | // Visit each entity class using <this> as visitor |
| 45 | GlobalEntityClassManager().forEachEntityClass(*this); |
| 46 | } |
| 47 | |
| 48 | } // namespace ui |
nothing calls this directly
no test coverage detected