homescreenapp/widgetplugins/hsclockwidgetplugin/src/hsclockwidget.cpp
changeset 62 341166945d65
parent 46 23b5d6a29cce
child 81 7dd137878ff8
equal deleted inserted replaced
57:2e2dc3d30ca8 62:341166945d65
    70 /*!
    70 /*!
    71     Destructor.
    71     Destructor.
    72 */
    72 */
    73 HsClockWidget::~HsClockWidget()
    73 HsClockWidget::~HsClockWidget()
    74 {
    74 {
       
    75 }
       
    76 
       
    77 /*!
       
    78     Return shape
       
    79 */
       
    80 QPainterPath HsClockWidget::shape() const
       
    81 {
       
    82     return mWidget->shape();
    75 }
    83 }
    76 
    84 
    77 /*!
    85 /*!
    78     Initializes this widget.
    86     Initializes this widget.
    79 */
    87 */