messagingapp/msgui/conversationview/inc/msgeditorwidget.h
changeset 56 f42d9a78f435
parent 41 25fe1fe642e3
child 73 ecf6a73a9186
--- a/messagingapp/msgui/conversationview/inc/msgeditorwidget.h	Wed Aug 18 00:46:12 2010 +0530
+++ b/messagingapp/msgui/conversationview/inc/msgeditorwidget.h	Tue Aug 31 18:53:38 2010 +0530
@@ -234,6 +234,13 @@
      * Indication for sms char limt reached
      */
     bool mSmsCharLimitReached;
+
+#ifdef MSGUI_UNIT_TEST
+    /**
+     * Unit Testing
+     */
+    friend class TestMsgEditorWidget;
+#endif
 };
 
 #endif // MSGEDITORWIDGET_H