Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl.cpp1585 QVariant QVariantFromValue(const mbgl::Value &value) { in QVariantFromValue() function
1605 list.push_back(QVariantFromValue(value_)); in QVariantFromValue()
1611 varMap.insert(item.first.c_str(), QVariantFromValue(item.second)); in QVariantFromValue()
1653 return QVariantFromValue(serialized); in getFilter()