clock/clockui/clockalarmeditor/src/clockalarmeditor.cpp
changeset 55 2c54b51f39c4
parent 51 0b38fc5b94c6
child 57 bb2d3e476f29
equal deleted inserted replaced
51:0b38fc5b94c6 55:2c54b51f39c4
   325 		}
   325 		}
   326 		if (!mAlarmDayItemInserted) {
   326 		if (!mAlarmDayItemInserted) {
   327 			// Show the alarm days field to select the day.
   327 			// Show the alarm days field to select the day.
   328 			mAlarmDayItem = new HbDataFormModelItem(
   328 			mAlarmDayItem = new HbDataFormModelItem(
   329 					HbDataFormModelItem::ComboBoxItem,
   329 					HbDataFormModelItem::ComboBoxItem,
   330 					QString(hbTrId("txt_clock_formlabel_day")),
   330 					QString(hbTrId("txt_clock_formlabel_day")));
   331 					mAlarmEditorModel->invisibleRootItem());
       
   332 
   331 
   333 			// Add the alarm days beginning from the start of week.
   332 			// Add the alarm days beginning from the start of week.
   334 			QStringList alarmDays;
   333 			QStringList alarmDays;
   335 			sortAlarmDaysList(alarmDays);
   334 			sortAlarmDaysList(alarmDays);
   336 			alarmDayIndex -= mStartOfWeek;
   335 			alarmDayIndex -= mStartOfWeek;