1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-20 23:51:18 +01:00

Split AutoRecoveryDialog.cpp from AutoRecovery.cpp...

... leaving AutoRecovery as a lower-level file, to be used by ProjectHistory
for auto-save, and not including ProjectManager.

The new file floats to a high level of the graph, but AutoRecovery.cpp
remains in the big strongly connected component.
This commit is contained in:
Paul Licameli
2019-06-06 11:21:15 -04:00
parent f03684db4f
commit 0c6cda50c3
11 changed files with 406 additions and 338 deletions

View File

@@ -130,6 +130,7 @@
<ClCompile Include="..\..\..\src\AudacityLogger.cpp" />
<ClCompile Include="..\..\..\src\AudioIO.cpp" />
<ClCompile Include="..\..\..\src\AutoRecovery.cpp" />
<ClCompile Include="..\..\..\src\AutoRecoveryDialog.cpp" />
<ClCompile Include="..\..\..\src\BatchCommandDialog.cpp" />
<ClCompile Include="..\..\..\src\BatchCommands.cpp" />
<ClCompile Include="..\..\..\src\BatchProcessDialog.cpp" />
@@ -504,6 +505,7 @@
<ClInclude Include="..\..\..\src\AudioIO.h" />
<ClInclude Include="..\..\..\src\AudioIOListener.h" />
<ClInclude Include="..\..\..\src\AutoRecovery.h" />
<ClInclude Include="..\..\..\src\AutoRecoveryDialog.h" />
<ClInclude Include="..\..\..\src\BatchCommandDialog.h" />
<ClInclude Include="..\..\..\src\BatchCommands.h" />
<ClInclude Include="..\..\..\src\BatchProcessDialog.h" />