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