Searched refs:m_localDataPath (Results 1 – 2 of 2) sorted by relevance
219 m_localDataPath = parameters.value(LocalDataPathKey, QString()).toString(); in QPlaceManagerEngineNokiaV2()220 if (m_localDataPath.isEmpty()) { in QPlaceManagerEngineNokiaV2()224 m_localDataPath = dataLocations.first() in QPlaceManagerEngineNokiaV2()593 if (parser.parse(m_localDataPath + QStringLiteral("/offline/offline-mapping.json"))) { in initializeCategories()703 if (QFile::exists(m_localDataPath + nokiaIcon)) in icon()704 iconPrefix = QString::fromLatin1("file://") + m_localDataPath; in icon()750 return QUrl(QString::fromLatin1("file://") + m_localDataPath in constructIconUrl()
128 QString m_localDataPath; variable