mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-25 18:25:42 +08:00
refs #356 toPixmap is public in the base class, so it should be public in the derived class.
This commit is contained in:
@@ -44,13 +44,13 @@ namespace BlackMisc
|
|||||||
//! With Pixmap?
|
//! With Pixmap?
|
||||||
bool isNull() const;
|
bool isNull() const;
|
||||||
|
|
||||||
|
//! \copydoc CValueObject::toPixmap
|
||||||
|
virtual QPixmap toPixmap() const override;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
//! \copydoc CValueObject::convertToQString
|
//! \copydoc CValueObject::convertToQString
|
||||||
virtual QString convertToQString(bool i18n = false) const override;
|
virtual QString convertToQString(bool i18n = false) const override;
|
||||||
|
|
||||||
//! \copydoc CValueObject::toPixmap
|
|
||||||
virtual QPixmap toPixmap() const override;
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
BLACK_ENABLE_TUPLE_CONVERSION(BlackMisc::CPixmap)
|
BLACK_ENABLE_TUPLE_CONVERSION(BlackMisc::CPixmap)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user