refs #748, airport reader setup

* removed functions for old file URL
* added URL functions for DB data
This commit is contained in:
Klaus Basan
2016-10-19 20:17:38 +02:00
parent ff1ea3826b
commit fb8f6e9b7f
3 changed files with 12 additions and 18 deletions

View File

@@ -60,7 +60,7 @@ namespace BlackCore
CUrl CAirportDataReader::getAirportsUrl() const
{
return sApp->getGlobalSetup().getDbRootDirectoryUrl().withAppendedPath("service/jsonairport.php");
return sApp->getGlobalSetup().getDbAirportReaderUrl().withAppendedPath("service/jsonairport.php");
}
void CAirportDataReader::ps_parseAirportData(QNetworkReply *nwReply)