MCPcopy Create free account
hub / github.com/audacity/audacity / ShowMessageBox

Method ShowMessageBox

libraries/lib-import-export/ImportUtils.cpp:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

ShowMessageBoxFunction · 0.85
MessageBoxOptionsClass · 0.85

Tested by

no test coverage detected