changeset 56 | 15bc1d5d6267 |
parent 44 | c2d07d913565 |
child 62 | a8c646b56683 |
51:d845db10c0d4 | 56:15bc1d5d6267 |
---|---|
61 void NmAttachmentListItem::setTextColor(const QColor color) |
61 void NmAttachmentListItem::setTextColor(const QColor color) |
62 { |
62 { |
63 NM_FUNCTION; |
63 NM_FUNCTION; |
64 |
64 |
65 mTextColor=color; |
65 mTextColor=color; |
66 if (mTextColor.isValid() && mFileNameText){ |
|
67 mFileNameText->setTextColor(mTextColor); |
|
68 } |
|
66 } |
69 } |
67 |
70 |
68 /*! |
71 /*! |
69 Destructor. |
72 Destructor. |
70 */ |
73 */ |