Fix regressions on loading broken projects (#3013)

This commit is contained in:
Oskar Wallgren
2016-09-08 22:18:23 +02:00
committed by GitHub
parent a53fd2663b
commit eb86e25fd8
2 changed files with 15 additions and 3 deletions

View File

@@ -340,6 +340,7 @@ private:
QString m_fileName;
QString m_oldFileName;
bool m_modified;
bool m_loadOnLaunch;
volatile bool m_recording;
volatile bool m_exporting;