emailuis/nmailui/src/nmmailboxlistviewitem.cpp
changeset 54 997a02608b3a
parent 30 759dc5235cdb
child 66 084b5b1f02a7
equal deleted inserted replaced
53:bf7eb7911fc5 54:997a02608b3a
   130     NM_FUNCTION;
   130     NM_FUNCTION;
   131     
   131     
   132     QGraphicsWidget::polishEvent();
   132     QGraphicsWidget::polishEvent();
   133 }
   133 }
   134 
   134 
   135 /*!
       
   136     paint. Paint function for line painting.
       
   137 */
       
   138 void NmMailboxListViewItem::paint(
       
   139     QPainter *painter,
       
   140     const QStyleOptionGraphicsItem *option,
       
   141     QWidget *widget)
       
   142 {
       
   143     NM_FUNCTION;
       
   144     
       
   145     Q_UNUSED(option);
       
   146     Q_UNUSED(widget);
       
   147     Q_UNUSED(painter);
       
   148 }