| 157 | } |
| 158 | |
| 159 | void Project::LoadSubtitles(agi::fs::path path, std::string encoding, bool load_linked) { |
| 160 | ProjectProperties properties; |
| 161 | if (DoLoadSubtitles(path, encoding, properties) && load_linked) |
| 162 | LoadUnloadFiles(properties); |
| 163 | } |
| 164 | |
| 165 | void Project::CloseSubtitles() { |
| 166 | context->subsController->Close(); |
no outgoing calls
no test coverage detected