mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
Ref T632, make users a callsign object list
This commit is contained in:
@@ -146,7 +146,7 @@ namespace BlackMisc
|
||||
const Aviation::CCallsign &getCallsign() const { return m_callsign; }
|
||||
|
||||
//! Set associated callsign
|
||||
void setCallsign(const Aviation::CCallsign &callsign);
|
||||
bool setCallsign(const Aviation::CCallsign &callsign);
|
||||
|
||||
//! \copydoc BlackMisc::Mixin::Icon::toIcon()
|
||||
CIcon toIcon() const { return this->getCallsign().toIcon(); }
|
||||
|
||||
Reference in New Issue
Block a user