| 165 | } |
| 166 | |
| 167 | void ModelCache::refreshSelectedModels(bool blockScreenUpdates) |
| 168 | { |
| 169 | map::algorithm::refreshSelectedModels(blockScreenUpdates); |
| 170 | } |
| 171 | |
| 172 | void ModelCache::refreshModelsCmd(const cmd::ArgumentList& args) |
| 173 | { |
nothing calls this directly
no test coverage detected