1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 06:01:13 +02:00

New class ProjectHistory split from ProjectManager for undo, etc...

... And yet fewer inclusions of Projectmanager.h, though it's still not yet
free of cycles
This commit is contained in:
Paul Licameli
2019-06-06 09:55:34 -04:00
parent 7857d59f57
commit f03684db4f
53 changed files with 581 additions and 456 deletions

View File

@@ -219,6 +219,8 @@ audacity_SOURCES = \
ProjectFileIORegistry.h \
ProjectFSCK.cpp \
ProjectFSCK.h \
ProjectHistory.cpp \
ProjectHistory.h \
ProjectManager.cpp \
ProjectManager.h \
ProjectSettings.cpp \