diff -r 0b38fc5b94c6 -r 2c54b51f39c4 calendarui/views/dayview/src/calendayeventspane.cpp --- a/calendarui/views/dayview/src/calendayeventspane.cpp Mon Jul 12 02:32:28 2010 +0530 +++ b/calendarui/views/dayview/src/calendayeventspane.cpp Mon Jul 26 13:54:38 2010 +0530 @@ -62,12 +62,20 @@ \param drawTopLine Flag to be set if top line should be drawn. */ -void CalenDayEventsPane::drawTopLine(bool drawTopLine) +void CalenDayEventsPane::setDrawTopLine(bool drawTopLine) { mDrawTopLine = drawTopLine; } /*! + \brief It return if top line is drawed. + */ +bool CalenDayEventsPane::isTopLineDrawed() const +{ + return mDrawTopLine; +} + +/*! \brief Paints the item with given painter. \param painter