Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqplacemanagerengineosm.cpp203 m_categoryLocales = m_locales; in initializeCategories()
204 m_categoryLocales.append(QLocale(QLocale::English)); in initializeCategories()
311 if (m_categories.isEmpty() && !m_categoryLocales.isEmpty()) { in categoryReplyFinished()
315 m_categoryLocales.clear(); in categoryReplyFinished()
345 if (m_categoryLocales.isEmpty()) { in fetchNextCategoryLocale()
350 QLocale locale = m_categoryLocales.takeFirst(); in fetchNextCategoryLocale()
H A Dqplacemanagerengineosm.h94 QList<QLocale> m_categoryLocales; variable