mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
Fixed comment in pixmap class
This commit is contained in:
committed by
Mathew Sutcliffe
parent
ae24700299
commit
5587c06d37
@@ -19,8 +19,8 @@
|
||||
|
||||
namespace BlackMisc
|
||||
{
|
||||
//! 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.
|
||||
//! Pixmap which can be transferred via DBus.
|
||||
//! \remark: Use, when a pixmap cannot be stored in the resources
|
||||
class BLACKMISC_EXPORT CPixmap : public CValueObject<CPixmap>
|
||||
{
|
||||
public:
|
||||
@@ -54,7 +54,7 @@ namespace BlackMisc
|
||||
private:
|
||||
BLACK_ENABLE_TUPLE_CONVERSION(BlackMisc::CPixmap)
|
||||
|
||||
//!
|
||||
//! Init the byte array with data
|
||||
void fillByteArray();
|
||||
|
||||
mutable QPixmap m_pixmap; //!< cached pixmap, mutable because of lazy initialization
|
||||
|
||||
Reference in New Issue
Block a user