mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-07 15:05:38 +01:00
Add BasicUI::MakeGenericProgress, for when the denominator is unknown
This commit is contained in:
@@ -19,6 +19,8 @@ Services::~Services() = default;
|
||||
|
||||
ProgressDialog::~ProgressDialog() = default;
|
||||
|
||||
GenericProgressDialog::~GenericProgressDialog() = default;
|
||||
|
||||
static Services *theInstance = nullptr;
|
||||
|
||||
Services *Get() { return theInstance; }
|
||||
|
||||
Reference in New Issue
Block a user