Ref T706, some fixes around the ATIS voiceroom URL issue

Discord: https://discordapp.com/channels/539048679160676382/602915311380987905/602917602293055489
This commit is contained in:
Klaus Basan
2019-07-22 22:25:20 +02:00
committed by Mat Sutcliffe
parent e5205bef1f
commit ee5f1d329d
9 changed files with 41 additions and 26 deletions

View File

@@ -213,9 +213,9 @@ namespace BlackCore
return m_dBusInterface->callDBusRet<BlackMisc::Aviation::CAtcStationList>(QLatin1String("getSelectedAtcStations"));
}
void CContextNetworkProxy::requestDataUpdates()
void CContextNetworkProxy::requestAircraftDataUpdates()
{
m_dBusInterface->callDBus(QLatin1String("requestDataUpdates"));
m_dBusInterface->callDBus(QLatin1String("requestAircraftDataUpdates"));
}
void CContextNetworkProxy::requestAtisUpdates()