mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-09 14:16:28 +01:00
Bug 1600: Should keep progress dialog visible throughout Exp. Multi
This commit is contained in:
@@ -75,7 +75,8 @@ private:
|
||||
* @param t1 End time for export
|
||||
* @param tags Metadata to include in the file (if possible).
|
||||
*/
|
||||
ProgressResult DoExport(unsigned channels,
|
||||
ProgressResult DoExport(std::unique_ptr<ProgressDialog> &pDialog,
|
||||
unsigned channels,
|
||||
const wxFileName &name,
|
||||
bool selectedOnly,
|
||||
double t0,
|
||||
|
||||
Reference in New Issue
Block a user