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