mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 15:09:24 +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 that we are done
|
||||||
emit finished(this, QString());
|
emit finished(this, QString());
|
||||||
|
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue