Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places/
H A Dmain.cpp107 const QByteArray hereToken = qgetenv("HERE_TOKEN"); in main() local
116 if (!hereToken.isEmpty()) in main()
117 parameters["here.token"] = QString::fromLocal8Bit(hereToken); in main()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/
H A Dmain.cpp116 const QByteArray hereToken = qgetenv("HERE_TOKEN"); in main() local
127 if (!hereToken.isEmpty()) in main()
128 parameters["here.token"] = QString::fromLocal8Bit(hereToken); in main()