| 271 | } |
| 272 | |
| 273 | std::shared_ptr<Model> ModelManager::getModel(const QString& /*libraryName*/, const QString& uuid) const |
| 274 | { |
| 275 | // TODO: Search a specific library |
| 276 | return getModel(uuid); |
| 277 | } |
| 278 | |
| 279 | std::shared_ptr<Model> ModelManager::getModel(const QString& uuid) const |
| 280 | { |