| 168 | } |
| 169 | |
| 170 | void ModelManagerExternal::migrateModel(const QString& libraryName, |
| 171 | const QString& path, |
| 172 | const Model& model) |
| 173 | { |
| 174 | _cache.erase(model.getUUID().toStdString()); |
| 175 | ExternalManager::getManager()->migrateModel(libraryName, path, model); |
| 176 | } |
| 177 | |
| 178 | //===== |
| 179 | // |
nothing calls this directly
no test coverage detected