phonebookui/pbkcommonui/inc/cnthistoryviewitem.h
changeset 50 77bc263e1626
parent 37 fd64c38c277d
child 66 554fe4dbbb59
equal deleted inserted replaced
49:74b30151afd6 50:77bc263e1626
    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: