Display VATLIB version in "about swift"

This commit is contained in:
Klaus Basan
2018-01-04 16:46:46 +01:00
parent 0979b9cc77
commit 23f48a866d
10 changed files with 65 additions and 15 deletions

View File

@@ -291,6 +291,9 @@ namespace BlackCore
//! Enable storing of aircraft parts
virtual void enableAircraftPartsHistory(bool enabled) = 0;
//! Version of the underlying library (e.g. VATLIB)
virtual QString getLibraryInfo(bool detailed) const = 0;
// ------------------------ testing ------------------------
//! Create dummy ATC stations for performance tests etc.