short circuit upload when file cannot be opened

This commit is contained in:
Stephen Birarda 2016-03-11 15:19:41 -08:00
parent 66e572f226
commit 895920a211

View file

@ -69,6 +69,8 @@ void AssetUpload::start() {
// emit that we are done
emit finished(this, QString());
return;
}
}