diff -r 5de72ea7a065 -r 579cc610882e calendarui/views/inc/calennativeview.h --- 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;