| 160 | } |
| 161 | |
| 162 | void ModelManagerExternal::addModel(const QString& libraryName, |
| 163 | const QString& path, |
| 164 | const Model& model) |
| 165 | { |
| 166 | _cache.erase(model.getUUID().toStdString()); |
| 167 | ExternalManager::getManager()->addModel(libraryName, path, model); |
| 168 | } |
| 169 | |
| 170 | void ModelManagerExternal::migrateModel(const QString& libraryName, |
| 171 | const QString& path, |
nothing calls this directly
no test coverage detected