messagingapp/msgui/msgapp/inc/msglistviewitem.h
changeset 72 6f657153cbc5
parent 70 a15d9966050f
equal deleted inserted replaced
70:a15d9966050f 72:6f657153cbc5
    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();