messagingapp/msgui/conversationview/inc/msgeditorwidget.h
changeset 70 a15d9966050f
parent 52 12db4185673b
--- a/messagingapp/msgui/conversationview/inc/msgeditorwidget.h	Thu Sep 02 20:23:03 2010 +0300
+++ b/messagingapp/msgui/conversationview/inc/msgeditorwidget.h	Fri Sep 17 08:28:39 2010 +0300
@@ -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