calendarui/views/src/calenthicklinesdrawer.cpp
changeset 75 7ac58b2aae6f
parent 63 a3cb48f6c889
--- a/calendarui/views/src/calenthicklinesdrawer.cpp	Mon Sep 06 15:58:44 2010 +0530
+++ b/calendarui/views/src/calenthicklinesdrawer.cpp	Mon Sep 20 12:44:39 2010 +0530
@@ -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()