Ref T577, added dep. icons support (for ATC suffix) and changed string comparison to QStringView as discussed with MS

This commit is contained in:
Klaus Basan
2019-04-10 18:51:37 +02:00
committed by Mat Sutcliffe
parent 79fc8683f9
commit dd37c7b876
4 changed files with 27 additions and 13 deletions

View File

@@ -74,6 +74,7 @@ namespace BlackMisc
NetworkRoleC3,
NetworkRoleCenter,
NetworkRoleDelivery,
NetworkRoleDeparture,
NetworkRoleFss,
NetworkRoleGround,
NetworkRoleI1,
@@ -692,6 +693,9 @@ namespace BlackMisc
//! Delivery
static const QPixmap &roleDelivery();
//! Departure
static const QPixmap &roleDeparture();
//! FSS (flight service staion)
static const QPixmap &roleFss();