| 41 | } |
| 42 | |
| 43 | void ImportExport::SetPreferredExportRate(double rate) |
| 44 | { |
| 45 | assert(rate > 0 || rate == InvalidRate); |
| 46 | if(rate > 0 || rate == InvalidRate) |
| 47 | mExportRate = rate; |
| 48 | } |
| 49 | |
| 50 | static ProjectFileIORegistry::AttributeWriterEntry entry { |
| 51 | [](const AudacityProject &project, XMLWriter &xmlFile){ |
no outgoing calls
no test coverage detected