mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
Display VATLIB version in "about swift"
This commit is contained in:
@@ -690,6 +690,13 @@ namespace BlackCore
|
||||
return m_network->getInterimPositionReceivers();
|
||||
}
|
||||
|
||||
QString CContextNetwork::getLibraryInfo(bool detailed) const
|
||||
{
|
||||
if (this->isDebugEnabled()) { CLogMessage(this, CLogCategory::contextSlot()).debug() << Q_FUNC_INFO << detailed; }
|
||||
Q_ASSERT(m_network);
|
||||
return m_network->getLibraryInfo(detailed);
|
||||
}
|
||||
|
||||
void CContextNetwork::testRequestAircraftConfig(const CCallsign &callsign)
|
||||
{
|
||||
if (this->isDebugEnabled()) { CLogMessage(this, CLogCategory::contextSlot()).debug() << Q_FUNC_INFO << callsign; }
|
||||
|
||||
Reference in New Issue
Block a user