diff -r 30f14686fb04 -r 2b1b11a301d2 homescreenapp/widgetplugins/hsclockwidgetplugin/src/hsclockwidget.cpp --- a/homescreenapp/widgetplugins/hsclockwidgetplugin/src/hsclockwidget.cpp Wed Jun 23 18:03:36 2010 +0300 +++ b/homescreenapp/widgetplugins/hsclockwidgetplugin/src/hsclockwidget.cpp Tue Jul 06 14:06:53 2010 +0300 @@ -75,6 +75,14 @@ } /*! + Return shape +*/ +QPainterPath HsClockWidget::shape() const +{ + return mWidget->shape(); +} + +/*! Initializes this widget. */ void HsClockWidget::onInitialize()