diff -r 2e2dc3d30ca8 -r 341166945d65 homescreenapp/widgetplugins/hsclockwidgetplugin/src/hsclockwidget.cpp --- a/homescreenapp/widgetplugins/hsclockwidgetplugin/src/hsclockwidget.cpp Thu Jun 24 13:11:40 2010 +0100 +++ b/homescreenapp/widgetplugins/hsclockwidgetplugin/src/hsclockwidget.cpp Fri Jun 25 19:19:22 2010 +0300 @@ -75,6 +75,14 @@ } /*! + Return shape +*/ +QPainterPath HsClockWidget::shape() const +{ + return mWidget->shape(); +} + +/*! Initializes this widget. */ void HsClockWidget::onInitialize()