diff -r ecf6a73a9186 -r 60a8a215b0ec messagingapp/msgui/unifiededitor/inc/msgunieditorutils.h --- a/messagingapp/msgui/unifiededitor/inc/msgunieditorutils.h Tue Oct 05 13:58:47 2010 +0530 +++ b/messagingapp/msgui/unifiededitor/inc/msgunieditorutils.h Tue Oct 19 11:30:16 2010 +0530 @@ -83,6 +83,9 @@ * @param filePath Absolute path of content. */ void launchViaSharableFile(const QString &filePath); +#ifdef UNIEDITOR_UNIT_TEST + friend class TestMsgUnifiedEditorUtils; +#endif };