basic autorecovery system added

This commit is contained in:
itsmattkc
2018-06-22 10:24:39 -07:00
parent 38ca51cf10
commit 9c4823e90a
8 changed files with 222 additions and 165 deletions
+2
View File
@@ -418,6 +418,8 @@ void Project::load_project() {
qDebug() << "[ERROR] Error parsing XML." << stream.error();
}
panel_timeline->redraw_all_clips();
project_changed = false;
}