changeset 67 | fc91263aee62 |
parent 56 | f42d9a78f435 |
child 76 | 60a8a215b0ec |
65:d8ac8e5e4721 | 67:fc91263aee62 |
---|---|
117 |
117 |
118 /** |
118 /** |
119 * Pixmap file path being set. |
119 * Pixmap file path being set. |
120 */ |
120 */ |
121 QString mPixmapPath; |
121 QString mPixmapPath; |
122 |
|
123 #ifdef MSGUI_UNIT_TEST |
|
124 /** |
|
125 * Unit Testing |
|
126 */ |
|
127 friend class TestMsgUnifiedEditorPixmapWidget; |
|
128 #endif |
|
122 }; |
129 }; |
123 |
130 |
124 #endif /* MSG_UNIFIED_EDITOR_PIXMAP_WIDGET_H */ |
131 #endif /* MSG_UNIFIED_EDITOR_PIXMAP_WIDGET_H */ |
125 |
132 |
126 // EOF |
133 // EOF |