phonebookui/pbkcommonui/inc/cnthistoryviewitem.h
changeset 59 a642906a277a
parent 37 fd64c38c277d
child 66 554fe4dbbb59
equal deleted inserted replaced
47:7cbcb2896f0e 59:a642906a277a
    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);
    53     
    54     
    54     bool getIncoming() const { return mIncoming; }
    55     bool getIncoming() const { return mIncoming; }
    55     bool isNewMessage() const { return mNewMessage; }
    56     bool isNewMessage() const { return mNewMessage; }
    56     
    57     
    57 protected:
    58 protected: