mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +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?
|
||||
bool isNull() const;
|
||||
|
||||
//! \copydoc CValueObject::toPixmap
|
||||
virtual QPixmap toPixmap() const override;
|
||||
|
||||
protected:
|
||||
//! \copydoc CValueObject::convertToQString
|
||||
virtual QString convertToQString(bool i18n = false) const override;
|
||||
|
||||
//! \copydoc CValueObject::toPixmap
|
||||
virtual QPixmap toPixmap() const override;
|
||||
|
||||
private:
|
||||
BLACK_ENABLE_TUPLE_CONVERSION(BlackMisc::CPixmap)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user