mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 07:35:41 +08:00
Issue #77 toIcon returns a simple enum instead of a full object
This commit is contained in:
@@ -152,7 +152,7 @@ namespace BlackMisc
|
||||
bool setCallsign(const Aviation::CCallsign &callsign);
|
||||
|
||||
//! \copydoc BlackMisc::Mixin::Icon::toIcon()
|
||||
CIcon toIcon() const { return this->getCallsign().toIcon(); }
|
||||
CIcons::IconIndex toIcon() const { return this->getCallsign().toIcon(); }
|
||||
|
||||
//! \copydoc BlackMisc::Mixin::Index::propertyByIndex
|
||||
CVariant propertyByIndex(const CPropertyIndex &index) const;
|
||||
|
||||
Reference in New Issue
Block a user