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