Fix bug where tryParseJsonFile() wasn't explicitly returning true
This commit is contained in:
parent
cf32047e46
commit
13e3e660e9
1 changed files with 1 additions and 0 deletions
|
@ -1873,4 +1873,5 @@ bool Project::tryParseJsonFile(QJsonDocument *out, QString filepath)
|
|||
}
|
||||
|
||||
*out = jsonDoc;
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue