| 41 | } |
| 42 | |
| 43 | void ImportUtils::ShowMessageBox(const TranslatableString &message, const TranslatableString& caption) |
| 44 | { |
| 45 | BasicUI::ShowMessageBox(message, |
| 46 | BasicUI::MessageBoxOptions().Caption(caption)); |
| 47 | } |
| 48 | |
| 49 | void ImportUtils::FinalizeImport(TrackHolders& outTracks, const std::vector<WaveTrack::Holder>& importedStreams) |
| 50 | { |
nothing calls this directly
no test coverage detected