mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-25 10:15:43 +08:00
Issue #77 Break dependency of icon on angle
This commit is contained in:
@@ -52,7 +52,7 @@ namespace BlackMisc
|
||||
CIcon CAngle::toIcon() const
|
||||
{
|
||||
CIcon i = CIcon::iconByIndex(CIcons::StandardIconArrowMediumNorth16);
|
||||
i.setRotation(*this);
|
||||
i.setRotation(value(CAngleUnit::deg()));
|
||||
return i;
|
||||
}
|
||||
|
||||
|
||||
@@ -32,6 +32,7 @@ namespace BlackMisc
|
||||
{
|
||||
namespace PhysicalQuantities
|
||||
{
|
||||
class CAngle;
|
||||
class CLength;
|
||||
class CPressure;
|
||||
class CFrequency;
|
||||
|
||||
Reference in New Issue
Block a user