1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-05 22:21:15 +01:00

Bug2596: Error dialogs opening unreadable project should not be blank

This commit is contained in:
Paul Licameli
2020-11-24 12:38:19 -05:00
parent 54359fbefd
commit 5ebfe4670c
4 changed files with 34 additions and 25 deletions

View File

@@ -25,6 +25,7 @@ struct sqlite3_value;
class AudacityProject;
class DBConnection;
struct DBConnectionErrors;
class ProjectSerializer;
class SqliteSampleBlock;
class TrackList;
@@ -253,6 +254,8 @@ private:
// non-static data members
AudacityProject &mProject;
std::shared_ptr<DBConnectionErrors> mpErrors;
// The project's file path
FilePath mFileName;