mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 23:45:35 +08:00
Ref T706, some fixes around the ATIS voiceroom URL issue
Discord: https://discordapp.com/channels/539048679160676382/602915311380987905/602917602293055489
This commit is contained in:
committed by
Mat Sutcliffe
parent
e5205bef1f
commit
ee5f1d329d
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user