| 172 | } |
| 173 | |
| 174 | TranslatableString LOFImportPlugin::GetPluginFormatDescription() |
| 175 | { |
| 176 | return DESC; |
| 177 | } |
| 178 | |
| 179 | std::unique_ptr<ImportFileHandle> LOFImportPlugin::Open( |
| 180 | const FilePath &filename, AudacityProject *pProject) |
no outgoing calls
no test coverage detected