mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 12:37:51 +02:00
fix ATP url scheme constant
This commit is contained in:
parent
fc82ea8541
commit
1450305390
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ void ATPAssetMigrator::assetUploadFinished(AssetUpload *upload, const QString& h
|
||||||
// successfully uploaded asset - make any required replacements found in the pending replacements
|
// successfully uploaded asset - make any required replacements found in the pending replacements
|
||||||
auto values = _pendingReplacements.values(modelURL);
|
auto values = _pendingReplacements.values(modelURL);
|
||||||
|
|
||||||
QString atpURL = QString("%1:%2.%3").arg(ATP_SCHEME).arg(hash).arg(upload->getExtension());
|
QString atpURL = QString("%1:%2.%3").arg(URL_SCHEME_ATP).arg(hash).arg(upload->getExtension());
|
||||||
|
|
||||||
for (auto value : values) {
|
for (auto value : values) {
|
||||||
// replace the modelURL in this QJsonValueRef with the hash
|
// replace the modelURL in this QJsonValueRef with the hash
|
||||||
|
|
Loading…
Reference in a new issue