1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-07 23:15:36 +01:00

Add BasicUI::MakeGenericProgress, for when the denominator is unknown

This commit is contained in:
Paul Licameli
2021-02-19 12:26:45 -05:00
parent 0555c1139d
commit 333aa10624
4 changed files with 65 additions and 0 deletions

View File

@@ -19,6 +19,8 @@ Services::~Services() = default;
ProgressDialog::~ProgressDialog() = default;
GenericProgressDialog::~GenericProgressDialog() = default;
static Services *theInstance = nullptr;
Services *Get() { return theInstance; }