mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-19 20:25:29 +08:00
Display VATLIB version in "about swift"
This commit is contained in:
@@ -220,6 +220,14 @@ namespace BlackCore
|
||||
logEmptyContextWarning(Q_FUNC_INFO);
|
||||
}
|
||||
|
||||
//! \copydoc IContextNetwork::getLibraryInfo
|
||||
virtual QString getLibraryInfo(bool detailed) const override
|
||||
{
|
||||
Q_UNUSED(detailed);
|
||||
logEmptyContextWarning(Q_FUNC_INFO);
|
||||
return QString("N/A");
|
||||
}
|
||||
|
||||
//! \copydoc IContextNetwork::testCreateDummyOnlineAtcStations
|
||||
virtual void testCreateDummyOnlineAtcStations(int number) override
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user