Issue #77 Break dependency of icon on angle

This commit is contained in:
Mat Sutcliffe
2020-08-27 20:37:15 +01:00
parent 479210957a
commit 39e9e6f128
6 changed files with 3 additions and 16 deletions

View File

@@ -31,8 +31,6 @@
namespace BlackMisc
{
namespace PhysicalQuantities { class CAngle; }
//! Value object for icons. An icon is stored in the global icon repository and
//! identified by its index. It contains no(!) pyhsical data for the icon itself.
class BLACKMISC_EXPORT CIcon :
@@ -95,9 +93,6 @@ namespace BlackMisc
//! Rotate by n degrees
void setRotation(int degrees) { m_rotateDegrees = degrees; }
//! Rotate by given degrees
void setRotation(const BlackMisc::PhysicalQuantities::CAngle &rotate);
//! Set descriptive text
void setDescriptiveText(const QString &text) { m_descriptiveText = text; }