Home
last modified time | relevance | path

Searched refs:propertyTypesVar (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/tiled/tiled-1.7.2/src/libtiled/
H A Dvarianttomapconverter.cpp402 const QVariant propertyTypesVar = propertyTypesVariantMap.value(it.key()); in toTileset() local
403 const Properties properties = toProperties(propertiesVar, propertyTypesVar); in toTileset()