Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqplacemanagerengine_nokiav2.cpp214 m_theme = parameters.value(IconThemeKey, QString()).toString(); in QPlaceManagerEngineNokiaV2()
216 if (m_theme == QStringLiteral("default")) in QPlaceManagerEngineNokiaV2()
217 m_theme.clear(); in QPlaceManagerEngineNokiaV2()
716 QString path = remotePath + (!m_theme.isEmpty() in icon()
717 ? QLatin1Char('.') + m_theme : QString()); in icon()
743 nokiaIcon.append(!m_theme.isEmpty() ? in constructIconUrl()
744 QLatin1Char('.') + m_theme : QString()); in constructIconUrl()
H A Dqplacemanagerengine_nokiav2.h129 QString m_theme; variable