Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places/
H A Dmain.cpp106 const QByteArray hereAppID = qgetenv("HERE_APP_ID"); in main() local
114 if (!hereAppID.isEmpty()) in main()
115 parameters["here.app_id"] = QString::fromLocal8Bit(hereAppID); in main()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/
H A Dmain.cpp115 const QByteArray hereAppID = qgetenv("HERE_APP_ID"); in main() local
125 if (!hereAppID.isEmpty()) in main()
126 parameters["here.app_id"] = QString::fromLocal8Bit(hereAppID); in main()