Move Ardour::Progress to PBD::Progress

This will allow PBD::Filearchive to properly report progress.
It is also a generally useful API and deserves to be in libpbd.

Temporarily keep Ardour::Progress as alias
This commit is contained in:
Robin Gareus
2023-05-18 21:02:22 +02:00
parent 25234702fe
commit 65f2be76f6
5 changed files with 74 additions and 39 deletions

View File

@@ -66,6 +66,7 @@ libpbd_sources = [
'pbd.cc',
'pcg_rand.cc',
'pool.cc',
'progress.cc',
'property_list.cc',
'pthread_utils.cc',
'reallocpool.cc',