Update misc classes

This commit is contained in:
Nick Tiskov
2013-11-10 23:24:09 +04:00
parent 6346716df6
commit a8e57d3a7e
4 changed files with 5 additions and 5 deletions

View File

@@ -72,7 +72,7 @@ QString GeoIPManager::geoipFolder(bool embedded) {
#ifdef WITH_GEOIP_EMBEDDED
if (embedded)
return ":/geoip/";
return fsutils::QDesktopServicesDataLocation()+"geoip"+QDir::separator();
return fsutils::QDesktopServicesDataLocation()+"geoip"+"/";
#else
Q_UNUSED(embedded);
if (QFile::exists("/usr/local/share/GeoIP/GeoIP.dat"))