messagingapp/msgui/msgapp/inc/msglistviewitem.h
changeset 67 fc91263aee62
parent 56 f42d9a78f435
child 76 60a8a215b0ec
equal deleted inserted replaced
65:d8ac8e5e4721 67:fc91263aee62
    70     /**
    70     /**
    71      * Returns the value of mUnReadMsg
    71      * Returns the value of mUnReadMsg
    72      * @return bool
    72      * @return bool
    73      */
    73      */
    74     bool hasUnReadMsg();    
    74     bool hasUnReadMsg();    
    75    
    75  
    76 private slots:    
    76  private:
    77 
       
    78     /*
       
    79      * Handler for orientation changed
       
    80      * @param orientation Qt::Orientation
       
    81      */
       
    82     void orientationchanged(Qt::Orientation orientation);
       
    83     
       
    84 private:
       
    85 
    77 
    86     /**
    78     /**
    87      * Create permanent items.
    79      * Create permanent items.
    88      */
    80      */
    89     void initItems();
    81     void initItems();