mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 14:47:19 +02:00
Missed a spot, was wiping thumbnail string and replacing with an array.
This commit is contained in:
parent
c81365f4f0
commit
a24b8f0fc6
1 changed files with 0 additions and 1 deletions
|
@ -124,7 +124,6 @@ void DomainMetadata::descriptorsChanged() {
|
|||
}
|
||||
|
||||
// copy array descriptors
|
||||
state[Descriptors::THUMBNAIL] = descriptorsMap[Descriptors::THUMBNAIL].toList();
|
||||
state[Descriptors::IMAGES] = descriptorsMap[Descriptors::IMAGES].toList();
|
||||
state[Descriptors::MANAGERS] = descriptorsMap[Descriptors::MANAGERS].toList();
|
||||
state[Descriptors::TAGS] = descriptorsMap[Descriptors::TAGS].toList();
|
||||
|
|
Loading…
Reference in a new issue