From 5587c06d373260029e1003fbe32762208482b7d1 Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Wed, 23 Sep 2015 03:28:15 +0200 Subject: [PATCH] Fixed comment in pixmap class --- src/blackmisc/pixmap.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/blackmisc/pixmap.h b/src/blackmisc/pixmap.h index 633052989..01e77d852 100644 --- a/src/blackmisc/pixmap.h +++ b/src/blackmisc/pixmap.h @@ -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 { 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