Tweak in icon / callsign

* conversion to Icon in callsign
* toQIcon function
This commit is contained in:
Klaus Basan
2015-01-22 11:05:25 +01:00
parent 65957c0ebe
commit b629a9325b
4 changed files with 36 additions and 14 deletions

View File

@@ -20,6 +20,14 @@ namespace BlackMisc
return CIcons::pixmapByIndex(getIndex(), this->m_rotateDegrees);
}
/*
* Icon
*/
QIcon CIcon::toQIcon() const
{
return QIcon(toPixmap());
}
/*
* Rotate
*/