messagingapp/msgui/conversationview/inc/msgeditorwidget.h
changeset 56 f42d9a78f435
parent 41 25fe1fe642e3
child 73 ecf6a73a9186
equal deleted inserted replaced
55:5b3b2fa8c3ec 56:f42d9a78f435
   232 
   232 
   233     /**
   233     /**
   234      * Indication for sms char limt reached
   234      * Indication for sms char limt reached
   235      */
   235      */
   236     bool mSmsCharLimitReached;
   236     bool mSmsCharLimitReached;
       
   237 
       
   238 #ifdef MSGUI_UNIT_TEST
       
   239     /**
       
   240      * Unit Testing
       
   241      */
       
   242     friend class TestMsgEditorWidget;
       
   243 #endif
   237 };
   244 };
   238 
   245 
   239 #endif // MSGEDITORWIDGET_H
   246 #endif // MSGEDITORWIDGET_H
   240 // EOF
   247 // EOF