1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-07 06:55:52 +01:00

Define BasicUI::MakeProgress as abstract factory for progress dialogs

This commit is contained in:
Paul Licameli
2021-03-01 19:49:11 -05:00
parent 98b1669e93
commit 0555c1139d
9 changed files with 116 additions and 11 deletions

View File

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