mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
refs #748, airport reader setup
* removed functions for old file URL * added URL functions for DB data
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user