phonebookui/pbkcommonui/inc/cnthistoryviewitem.h
changeset 71 7cc7d74059f9
parent 59 a642906a277a
equal deleted inserted replaced
65:ae724a111993 71:7cc7d74059f9
    48 
    48 
    49     /*
    49     /*
    50      * Overriden method to draw the custom item in the list view
    50      * Overriden method to draw the custom item in the list view
    51      */
    51      */
    52     void updateChildItems();
    52     void updateChildItems();
    53     bool event(QEvent* e);
       
    54     
    53     
    55     bool getIncoming() const { return mIncoming; }
    54     bool getIncoming() const { return mIncoming; }
    56     bool isNewMessage() const { return mNewMessage; }
    55     bool isNewMessage() const { return mNewMessage; }
    57     
    56     
    58 protected:
    57 protected: