messagingapp/msgui/unifiedviewer/inc/univiewerfeeder.h
changeset 25 84d9eb65b26f
parent 23 238255e8b033
child 37 518b245aa84c
child 47 5b14749788d7
equal deleted inserted replaced
23:238255e8b033 25:84d9eb65b26f
   171     /**
   171     /**
   172      * gets the subject of the message
   172      * gets the subject of the message
   173      * @return QString
   173      * @return QString
   174      */
   174      */
   175     QString subject();
   175     QString subject();
       
   176 
       
   177     /**
       
   178      * if the send state of message is failed, then return true.
       
   179      * @return int The sending state 
       
   180      */
       
   181     int sendingState();
   176     
   182     
   177 signals:
   183 signals:
   178     /**
   184     /**
   179      * Signal emitted after fetching message body.
   185      * Signal emitted after fetching message body.
   180      * @param msgBody Message body content.
   186      * @param msgBody Message body content.