mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 23:45:35 +08:00
refs #844, request booking updates from airspace monitor
* removed blocks of \copydoc * renamed to requestAtcBookingUpdate
This commit is contained in:
committed by
Mathew Sutcliffe
parent
82ab88b5a8
commit
f281092f16
@@ -91,9 +91,9 @@ namespace BlackCore
|
||||
this->relayBaseClassSignals(serviceName, connection, IContextNetwork::ObjectPath(), IContextNetwork::InterfaceName());
|
||||
}
|
||||
|
||||
void CContextNetworkProxy::readAtcBookingsFromSource() const
|
||||
void CContextNetworkProxy::requestAtcBookingsUpdate() const
|
||||
{
|
||||
this->m_dBusInterface->callDBus(QLatin1Literal("readAtcBookingsFromSource"));
|
||||
this->m_dBusInterface->callDBus(QLatin1Literal("requestAtcBookingsUpdate"));
|
||||
}
|
||||
|
||||
BlackMisc::Aviation::CAtcStationList CContextNetworkProxy::getAtcStationsOnline() const
|
||||
|
||||
Reference in New Issue
Block a user