mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 18:25:37 +08:00
refs #678 and slack discussion, renamed enum name
https://dev.vatsim-germany.org/issues/678#note-7
This commit is contained in:
@@ -50,7 +50,7 @@ namespace BlackMisc
|
||||
QStringList sl;
|
||||
if (this->hasCapability(FsdAtisCanBeReceived)) sl << "ATIS";
|
||||
if (this->hasCapability(FsdWithInterimPositions)) sl << "interim pos.";
|
||||
if (this->hasCapability(FsdWithModelDescription)) sl << "model";
|
||||
if (this->hasCapability(FsdWithIcaoCodes)) sl << "ICAO";
|
||||
if (this->hasCapability(FsdWithAircraftConfig)) sl << "aircraft config";
|
||||
if (sl.isEmpty()) return "";
|
||||
return sl.join(", ");
|
||||
|
||||
@@ -54,7 +54,7 @@ namespace BlackMisc
|
||||
enum Capabilities
|
||||
{
|
||||
FsdWithInterimPositions = BlackMisc::CPropertyIndex::GlobalIndexAbuseMode,
|
||||
FsdWithModelDescription,
|
||||
FsdWithIcaoCodes, //!< basically means it is a pilot client handling ICAO code pacakages
|
||||
FsdAtisCanBeReceived,
|
||||
FsdWithAircraftConfig
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user