mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 02:06:08 +08:00
Issue #77 toIcon returns a simple enum instead of a full object
This commit is contained in:
@@ -460,7 +460,7 @@ namespace BlackMisc
|
||||
QString convertToQString(bool i18n = false) const;
|
||||
|
||||
//! \copydoc BlackMisc::Mixin::Icon::toIcon()
|
||||
CIcon toIcon() const { return m_callsign.toIcon(); }
|
||||
CIcons::IconIndex toIcon() const { return m_callsign.toIcon(); }
|
||||
|
||||
private:
|
||||
static constexpr int CurrentModel = 0; //!< m_models
|
||||
|
||||
Reference in New Issue
Block a user