mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
Ref T259, Ref T243 directly convert to Client capabilities enum in vatlib, do not use an interim enum
This commit is contained in:
@@ -82,15 +82,6 @@ namespace BlackCore
|
||||
//! Underlying library info.
|
||||
virtual const QString &getLibraryInfo(bool detailed) const = 0;
|
||||
|
||||
//! Flags for capabilities bitfield
|
||||
// enum Capability
|
||||
// {
|
||||
// AcceptsAtisResponses = 1 << 0,
|
||||
// SupportsInterimPosUpdates = 1 << 1,
|
||||
// SupportsIcaoCodes = 1 << 2,
|
||||
// SupportsAircraftConfigs = 1 << 3
|
||||
// };
|
||||
|
||||
//! Login modes
|
||||
enum LoginMode
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user