calendarui/views/src/calenthicklinesdrawer.cpp
changeset 80 fa7c359294fa
parent 68 a5a1242fd2e8
--- a/calendarui/views/src/calenthicklinesdrawer.cpp	Fri Sep 17 08:29:05 2010 +0300
+++ b/calendarui/views/src/calenthicklinesdrawer.cpp	Mon Oct 04 00:15:49 2010 +0300
@@ -127,6 +127,14 @@
 }
 
 /*!
+ Overriding the base class function to avoid searching for widgetml/css files
+ */
+void CalenThickLinesDrawer::polish(HbStyleParameters &params)
+{
+    Q_UNUSED(params);
+}
+
+/*!
  Slot to handle the change in theme
  */
 void CalenThickLinesDrawer::handleThemeChange()