mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-11 06:25:33 +08:00
refs #413 Make all value class methods non-virtual.
toCVariant() and convertFromCVariant() are now deprecated, use CVariant::from() and CVariant::to() instead.
This commit is contained in:
@@ -65,7 +65,7 @@ namespace BlackMisc
|
||||
operator QPixmap() const { return this->toPixmap(); }
|
||||
|
||||
//! \copydoc CValueObject::convertToQString
|
||||
virtual QString convertToQString(bool i18n = false) const override;
|
||||
QString convertToQString(bool i18n = false) const;
|
||||
|
||||
//! Icon for given index
|
||||
static const CIcon &iconByIndex(CIcons::IconIndex index);
|
||||
|
||||
Reference in New Issue
Block a user