mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
Tweak in icon / callsign
* conversion to Icon in callsign * toQIcon function
This commit is contained in:
@@ -20,6 +20,14 @@ namespace BlackMisc
|
||||
return CIcons::pixmapByIndex(getIndex(), this->m_rotateDegrees);
|
||||
}
|
||||
|
||||
/*
|
||||
* Icon
|
||||
*/
|
||||
QIcon CIcon::toQIcon() const
|
||||
{
|
||||
return QIcon(toPixmap());
|
||||
}
|
||||
|
||||
/*
|
||||
* Rotate
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user