mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 18:42:58 +02:00
Update avatar packager with CR feedback
This commit is contained in:
parent
f38a469e65
commit
b680e9c52a
2 changed files with 2 additions and 2 deletions
|
@ -173,7 +173,7 @@ void MarketplaceItemUploader::doUploadAvatar() {
|
||||||
|
|
||||||
qDebug() << "Finished zipping, size: " << (buffer.size() / (1000.0f)) << "KB";
|
qDebug() << "Finished zipping, size: " << (buffer.size() / (1000.0f)) << "KB";
|
||||||
|
|
||||||
QString path = "/api/v1/marketplace/items";
|
static const QString path = "/api/v1/marketplace/items";
|
||||||
bool creating = true;
|
bool creating = true;
|
||||||
if (!_marketplaceID.isNull()) {
|
if (!_marketplaceID.isNull()) {
|
||||||
creating = false;
|
creating = false;
|
||||||
|
|
|
@ -10,4 +10,4 @@ public:
|
||||||
QString relativePath;
|
QString relativePath;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // hifi_AvatarProjectFile_h
|
#endif // hifi_AvatarProjectFile_h
|
||||||
|
|
Loading…
Reference in a new issue