mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 09:33:36 +02:00
add back block removed in merge
This commit is contained in:
parent
1450305390
commit
76bfc6218a
1 changed files with 5 additions and 0 deletions
|
@ -100,6 +100,11 @@ void AssetUpload::start() {
|
|||
break;
|
||||
}
|
||||
}
|
||||
|
||||
if (_error == NoError && hash == hashData(_data).toHex()) {
|
||||
saveToCache(getUrl(hash, _extension), _data);
|
||||
}
|
||||
|
||||
emit finished(this, hash);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue