calendarui/caleneditor/inc/caleneditorrepeatfield.h
changeset 57 bb2d3e476f29
parent 55 2c54b51f39c4
child 75 7ac58b2aae6f
--- a/calendarui/caleneditor/inc/caleneditorrepeatfield.h	Mon Jul 26 13:54:38 2010 +0530
+++ b/calendarui/caleneditor/inc/caleneditorrepeatfield.h	Mon Aug 09 18:30:52 2010 +0530
@@ -57,6 +57,7 @@
 
 private:
 	void insertRepeatUntilItem();
+	void removeRepeatUntilItem();
 	
 private slots:
 	void handleRepeatIndexChanged(int index);
@@ -90,6 +91,7 @@
 	HbDateTimePicker* mDatePicker;
 	QDate mRepeatUntilDate;
 	AgendaRepeatRule::RuleType mRepeatRuleType;
+	int mRepeatRoleValue;
 	bool mIsBiWeekly;
 	bool mIsWorkdays;
 	bool mRepeatUntilItemAdded;