export: made progress on headless export
Still incomplete and unusable, but less so than before.
This commit is contained in:
@@ -70,6 +70,8 @@ bool ProjectLoadTask::Run()
|
||||
|
||||
project_file.close();
|
||||
|
||||
emit ProgressChanged(1);
|
||||
|
||||
if (reader.hasError()) {
|
||||
SetError(reader.errorString());
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user