messagingapp/msgui/unifiededitor/inc/msgunieditorutils.h
changeset 76 60a8a215b0ec
parent 37 518b245aa84c
--- 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
 
 };