b
This commit is contained in:
@@ -57,11 +57,7 @@ QString Cache::CacheLocation()
|
||||
Cache::Cache()//修改地址
|
||||
{
|
||||
if (cache.isNull() | cache.isEmpty()) {
|
||||
// cache = QDir::homePath() + "/mapscache/";
|
||||
// cache = QDir::currentPath() + "/mapscache/";
|
||||
cache = QDir::currentPath() + "/maps/";
|
||||
//cache = "./maps/";
|
||||
// cache = Utils::PathUtils().GetStoragePath() + "mapscache" + QDir::separator();
|
||||
#ifdef DEBUG_GetGeocoderFromCache
|
||||
qDebug() << cache;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user