diff -r d8ac8e5e4721 -r fc91263aee62 messagingapp/msgui/unifiededitor/inc/msgunieditorpixmapwidget.h --- a/messagingapp/msgui/unifiededitor/inc/msgunieditorpixmapwidget.h Tue Sep 14 22:54:56 2010 +0530 +++ b/messagingapp/msgui/unifiededitor/inc/msgunieditorpixmapwidget.h Fri Sep 17 20:01:45 2010 +0530 @@ -119,6 +119,13 @@ * Pixmap file path being set. */ QString mPixmapPath; + +#ifdef MSGUI_UNIT_TEST + /** + * Unit Testing + */ + friend class TestMsgUnifiedEditorPixmapWidget; +#endif }; #endif /* MSG_UNIFIED_EDITOR_PIXMAP_WIDGET_H */