mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 03:01:52 +02:00
short circuit upload when file cannot be opened
This commit is contained in:
parent
66e572f226
commit
895920a211
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