mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 15:25:35 +08:00
Ref T409, mark client as "swift" client
This commit is contained in:
@@ -495,6 +495,11 @@ namespace BlackCore
|
||||
return m_airspace->setClientGndCapability(callsign, supportGndFlag);
|
||||
}
|
||||
|
||||
void CContextNetwork::markAsSwiftClient(const CCallsign &callsign)
|
||||
{
|
||||
m_airspace->markAsSwiftClient(callsign);
|
||||
}
|
||||
|
||||
CServerList CContextNetwork::getVatsimFsdServers() const
|
||||
{
|
||||
Q_ASSERT_X(sApp->getWebDataServices(), Q_FUNC_INFO, "Missing data reader");
|
||||
|
||||
Reference in New Issue
Block a user