mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-29 12:45:40 +08:00
Issue #77 toIcon returns a simple enum instead of a full object
This commit is contained in:
@@ -49,7 +49,7 @@ namespace BlackGui
|
||||
this->clear();
|
||||
for (const CEcosystem &e : m_systems)
|
||||
{
|
||||
this->addItem(e.toIcon().toPixmap(), e.getSystemString());
|
||||
this->addItem(BlackMisc::CIcon(e.toIcon()).toPixmap(), e.getSystemString());
|
||||
}
|
||||
}
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user