mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 12:12:32 +02:00
Merge pull request #108 from birarda/atp-upload-crash
short circuit upload when file cannot be opened
This commit is contained in:
commit
df6eb8a081
1 changed files with 2 additions and 0 deletions
|
@ -69,6 +69,8 @@ void AssetUpload::start() {
|
|||
|
||||
// emit that we are done
|
||||
emit finished(this, QString());
|
||||
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue