Searched refs:m_theme (Results 1 – 2 of 2) sorted by relevance
214 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()
129 QString m_theme; variable