calendarui/views/inc/calennativeview.h
changeset 50 579cc610882e
parent 49 5de72ea7a065
child 58 ef813d54df51
--- a/calendarui/views/inc/calennativeview.h	Wed Jun 23 18:11:28 2010 +0300
+++ b/calendarui/views/inc/calennativeview.h	Tue Jul 06 14:14:56 2010 +0300
@@ -55,7 +55,6 @@
 		QString *pluginText();
 	    /**
 	     * captureScreenshot captures the current screenshot
-	     * \param viewId of the view for which screenshot is to be taken
 	     */
 		CALENNATIVEVIEW_EXPORT void captureScreenshot(bool captureScreenShot = false);
 		
@@ -76,7 +75,6 @@
 	    virtual void changeOrientation(Qt::Orientation orientation);
 	    /**
 	     * saveActivity saves the current view as an activity
-	     * \params viewId view Id to be saved as an activity
 	     * 
 	     */
 	    void saveActivity();
@@ -84,7 +82,7 @@
     protected:
     
         MCalenServices	&mServices; // not owned.
-        int             mActivityId; // Recent Activity ID, currently it holdes wither of ECalenMonthView or ECalenDayView
+        int             mActivityId; // Recent Activity ID, currently it holdes wither of ECalenMonthView or ECalenAgendaView
         QVariantHash    mScreenShotMetadata; // Screenshot
     private:
         HbDateTimePicker	*mDatePicker;