diff -r a15d9966050f -r 6f657153cbc5 messagingapp/msgui/unifiedviewer/inc/univiewerpixmapwidget.h --- a/messagingapp/msgui/unifiedviewer/inc/univiewerpixmapwidget.h Fri Sep 17 08:28:39 2010 +0300 +++ b/messagingapp/msgui/unifiedviewer/inc/univiewerpixmapwidget.h Mon Oct 04 00:13:15 2010 +0300 @@ -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 */