Searched refs:tileCache_ (Results 1 – 2 of 2) sorted by relevance
290 Q_ASSERT_X(!d->tileCache_, Q_FUNC_INFO, "This should be called only once"); in setTileCache()292 d->tileCache_ = cache; in setTileCache()293 d->tileCache_->init(); in setTileCache()299 if (!d->tileCache_) { in tileCache()303 d->tileCache_ = new QGeoFileTileCache(cacheDirectory); in tileCache()304 d->tileCache_->init(); in tileCache()306 return d->tileCache_; in tileCache()311 return d_ptr->tileCache_->get(spec); in getTileTexture()320 tileCache_(0), in QGeoTiledMappingManagerEnginePrivate()
75 QAbstractGeoTileCache *tileCache_; variable