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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user