mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 14:03:55 +02:00
Fix ambiguous conversion in AssetMappingScriptingInterface
This commit is contained in:
parent
0e3c2f2e50
commit
97bf093cab
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ void AssetMappingsScriptingInterface::uploadFile(QString path, QString mapping,
|
|||
}
|
||||
|
||||
UserActivityLogger::getInstance().logAction("uploading_asset", {
|
||||
{ "size", size },
|
||||
{ "size", (qint64)size },
|
||||
{ "mapping", mapping },
|
||||
{ "extension", extension}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue