calendarui/caleneditor/inc/caleneditorrepeatfield.h
changeset 80 fa7c359294fa
parent 58 ef813d54df51
--- a/calendarui/caleneditor/inc/caleneditorrepeatfield.h	Fri Sep 17 08:29:05 2010 +0300
+++ b/calendarui/caleneditor/inc/caleneditorrepeatfield.h	Mon Oct 04 00:15:49 2010 +0300
@@ -53,7 +53,8 @@
 	void updateRepeatChoices();
 	void saveRepeatRule();
 	bool isRepeatUntilItemAdded();
-	QDate repeatUntilDate();          
+	QDate repeatUntilDate();
+	void refreshRepeatUntilDate();
 
 private:
 	void insertRepeatUntilItem();
@@ -88,7 +89,7 @@
 	HbDataFormModelItem* mRepeatItem;
 	HbComboBox *mRepeatComboBox;
 	HbDataFormModelItem *mCustomRepeatUntilItem;
-	HbDateTimePicker* mDatePicker;
+	QPointer<HbDateTimePicker> mDatePicker;
 	QDate mRepeatUntilDate;
 	AgendaRepeatRule::RuleType mRepeatRuleType;
 	int mRepeatRoleValue;