mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 18:55:38 +08:00
Ref T577, added dep. icons support (for ATC suffix) and changed string comparison to QStringView as discussed with MS
This commit is contained in:
committed by
Mat Sutcliffe
parent
79fc8683f9
commit
dd37c7b876
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user