mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
Fix modified const var in MarketplaceItemUploader
This commit is contained in:
parent
6d5b9a88e4
commit
51ce19e026
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ void MarketplaceItemUploader::doUploadAvatar() {
|
|||
|
||||
qDebug() << "Finished zipping, size: " << (buffer.size() / (1000.0f)) << "KB";
|
||||
|
||||
static const QString path = "/api/v1/marketplace/items";
|
||||
QString path = "/api/v1/marketplace/items";
|
||||
bool creating = true;
|
||||
if (!_marketplaceID.isNull()) {
|
||||
creating = false;
|
||||
|
|
Loading…
Reference in a new issue