Searched refs:imageFormat (Results 1 – 3 of 3) sorted by relevance
46 const QString &imageFormat, in QGeoMapReplyOsm() argument59 setMapImageFormat(imageFormat); in QGeoMapReplyOsm()
454 const QJsonValue imageFormat = json.value(QLatin1String("ImageFormat")); in onNetworkReplyFinished() local458 || imageFormat == QJsonValue::Undefined in onNetworkReplyFinished()462 || !imageFormat.isString() in onNetworkReplyFinished()470 m_format = imageFormat.toString(); in onNetworkReplyFinished()
53 …QGeoMapReplyOsm(QNetworkReply *reply, const QGeoTileSpec &spec, const QString &imageFormat, QObjec…