1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-02 09:54:42 +01:00

Bug2529: don't lose data when closing without saving on small drive (#650)

This commit is contained in:
Paul Licameli
2020-08-28 14:03:35 -04:00
committed by GitHub
parent 29f3361746
commit 1bb34e703e
5 changed files with 33 additions and 14 deletions

View File

@@ -84,6 +84,7 @@ public:
bool ImportProject(const FilePath &fileName);
bool LoadProject(const FilePath &fileName);
bool UpdateSaved(const std::shared_ptr<TrackList> &tracks = nullptr);
bool SaveProject(const FilePath &fileName, const std::shared_ptr<TrackList> &lastSaved);
bool SaveCopy(const FilePath& fileName);