messagingapp/msgui/conversationview/inc/msgeditorwidget.h
changeset 70 a15d9966050f
parent 52 12db4185673b
equal deleted inserted replaced
61:8ba0afbb4637 70:a15d9966050f
   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