calendarui/caleneditor/inc/caleneditorreminderfield.h
changeset 80 fa7c359294fa
parent 68 a5a1242fd2e8
equal deleted inserted replaced
77:b0711afde476 80:fa7c359294fa
    89 	CalenEditorPrivate* mCalenEditor;
    89 	CalenEditorPrivate* mCalenEditor;
    90 	HbDataForm* mEditorForm;
    90 	HbDataForm* mEditorForm;
    91 	HbDataFormModel* mCalenEditorModel;
    91 	HbDataFormModel* mCalenEditorModel;
    92 	HbDataFormModelItem* mReminderItem;
    92 	HbDataFormModelItem* mReminderItem;
    93 	HbDataFormModelItem *mCustomReminderTimeItem;
    93 	HbDataFormModelItem *mCustomReminderTimeItem;
    94 	HbDateTimePicker *mTimePicker;
    94 	QPointer<HbDateTimePicker> mTimePicker;
    95 	QTime mReminderTimeForAllDay;
    95 	QTime mReminderTimeForAllDay;
    96 	QHash<int, int> mReminderHash;
    96 	QHash<int, int> mReminderHash;
    97 	bool mReminderTimeAdded;
    97 	bool mReminderTimeAdded;
    98 };
    98 };
    99 
    99