mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 23:45:35 +08:00
refs #873, allow to request aircraft parts (aircraft config) from network
This commit is contained in:
committed by
Mathew Sutcliffe
parent
3afead9f71
commit
7eacb41113
@@ -266,6 +266,11 @@ namespace BlackCore
|
||||
this->m_dBusInterface->callDBus(QLatin1Literal("testReceivedTextMessages"), textMessages);
|
||||
}
|
||||
|
||||
void CContextNetworkProxy::testRequestAircraftConfig(const CCallsign &callsign)
|
||||
{
|
||||
this->m_dBusInterface->callDBus(QLatin1Literal("testRequestAircraftConfig"), callsign);
|
||||
}
|
||||
|
||||
CStatusMessage CContextNetworkProxy::connectToNetwork(const CServer &server, INetwork::LoginMode loginMode)
|
||||
{
|
||||
return this->m_dBusInterface->callDBusRet<BlackMisc::CStatusMessage>(QLatin1Literal("connectToNetwork"), server, loginMode);
|
||||
|
||||
Reference in New Issue
Block a user