1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-31 17:08:45 +01:00

AUP3: Fix unopened project file

This commit is contained in:
Leland Lucius
2020-07-25 18:47:30 -05:00
parent 8f1e52c1c2
commit 03762d0ca3
6 changed files with 43 additions and 13 deletions

View File

@@ -78,11 +78,13 @@ public:
bool AutoSave(bool recording = false);
bool AutoSaveDelete(sqlite3 *db = nullptr);
bool OpenProject();
bool CloseProject();
bool ImportProject(const FilePath &fileName);
bool LoadProject(const FilePath &fileName);
bool SaveProject(const FilePath &fileName);
bool SaveCopy(const FilePath& fileName);
bool CloseProject();
wxLongLong GetFreeDiskSpace();