Searched refs:jsonFile (Results 1 – 1 of 1) sorted by relevance
220 QFile jsonFile(url.toLocalFile()); in dumpGeoJSON() local221 jsonFile.open(QIODevice::WriteOnly); in dumpGeoJSON()222 jsonFile.write(json.toJson()); in dumpGeoJSON()223 jsonFile.close(); in dumpGeoJSON()