Merge pull request #108 from birarda/atp-upload-crash

short circuit upload when file cannot be opened
This commit is contained in:
Ryan Huffman 2016-03-11 15:21:28 -08:00
commit df6eb8a081

View file

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