Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/geojson_viewer/
H A Dmain.cpp220 QFile jsonFile(url.toLocalFile()); in dumpGeoJSON() local
221 jsonFile.open(QIODevice::WriteOnly); in dumpGeoJSON()
222 jsonFile.write(json.toJson()); in dumpGeoJSON()
223 jsonFile.close(); in dumpGeoJSON()