mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 02:45:33 +08:00
refs #304, centralized icons
* icons which can be rotated * provide metadata * integrated in CValueObjects * added SVG support
This commit is contained in:
@@ -58,6 +58,8 @@ namespace BlackMisc
|
||||
//! \copydoc CValueObject::toQVariant
|
||||
virtual QVariant toQVariant() const override { return QVariant::fromValue(*this); }
|
||||
|
||||
//! \copydoc CValueObject::toQVariant
|
||||
virtual BlackMisc::CIcon toIcon() const override;
|
||||
|
||||
//! Virtual destructor
|
||||
virtual ~CAngle() {}
|
||||
|
||||
Reference in New Issue
Block a user