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

Function ShowExportErrorDialog

libraries/lib-import-export/Export.cpp:144–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144void ShowExportErrorDialog(const TranslatableString& message,
145 const TranslatableString& caption,
146 bool allowReporting)
147{
148 ShowExportErrorDialog(message, caption, {}, allowReporting);
149}
150
151void ShowExportErrorDialog(const TranslatableString& message,
152 const TranslatableString& caption,

Callers 7

HandleExportErrorMethod · 0.85
HandleExportExceptionMethod · 0.85
ExceptionWrappedCallFunction · 0.85
IsValidCommandMethod · 0.85
OnExportMethod · 0.85
DoExportFunction · 0.85

Calls 1

ShowErrorDialogFunction · 0.85

Tested by

no test coverage detected