calendarui/views/inc/calendayview.h
changeset 23 fd30d51f876b
parent 18 c198609911f9
child 26 a949c2543c15
--- a/calendarui/views/inc/calendayview.h	Fri Apr 16 14:57:40 2010 +0300
+++ b/calendarui/views/inc/calendayview.h	Mon May 03 12:30:32 2010 +0300
@@ -87,13 +87,10 @@
      */
     CALENDAYVIEW_EXPORT CalenDocLoader* docLoader();
 
-    
     /**
-     * @brief Called from the content widget to indicate if the day
-     * has any events or not
-     * @param yes true if day has events, false otherwise
-     */
-    void hasEvents(bool yes);
+	 * @brief Refreshes the view with the date set in the context
+	 */
+    void refreshViewOnGoToDate();
     
 protected:
     
@@ -162,12 +159,6 @@
 	 */
 	HbAction *mGoToTodayAction;
 	
-	/**
-	 * @var mDeleteAction
-	 * Action which provides "Delete" functionality
-	 */
-	HbAction *mDeleteAction;
-	   
     // TODO: Remove these after gestures are available
     QPointF mTapPoint;
     bool mActionTaken;