homescreenapp/widgetplugins/hsclockwidgetplugin/src/hsclockwidget.cpp
changeset 62 341166945d65
parent 46 23b5d6a29cce
child 81 7dd137878ff8
--- 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()