| 401 | } |
| 402 | |
| 403 | void Project::CloseKeyframes() { |
| 404 | keyframes = video_provider ? video_provider->GetKeyFrames() : std::vector<int>{}; |
| 405 | SetPath(keyframes_file, "", "", ""); |
| 406 | AnnounceKeyframesModified(keyframes); |
| 407 | } |
| 408 | |
| 409 | void Project::LoadList(std::vector<agi::fs::path> const& files) { |
| 410 | // Keep these lists sorted |
no test coverage detected