This commit is contained in:
itsmattkc
2019-03-01 11:56:32 -08:00
parent 64bad4de4e
commit cabd2f9ca9
6 changed files with 113 additions and 7 deletions
+1 -1
View File
@@ -1185,7 +1185,7 @@ void Project::save_project(bool autorecovery) {
sequence_id = 1;
QFile file(autorecovery ? autorecovery_filename : olive::ActiveProjectFilename);
if (!file.open(QIODevice::WriteOnly/* | QIODevice::Text*/)) {
if (!file.open(QIODevice::WriteOnly)) {
qCritical() << "Could not open file";
return;
}