Consolidate error messages while loading project (#5269)

This commit is contained in:
Raine M. Ekman
2020-06-04 08:21:30 +03:00
committed by GitHub
parent 97680e081e
commit a05306131b
2 changed files with 17 additions and 4 deletions

View File

@@ -441,7 +441,7 @@ private:
SaveOptions m_saveOptions;
QStringList m_errors;
QHash<QString, int> m_errors;
PlayModes m_playMode;
PlayPos m_playPos[Mode_Count];