agendainterface/agendautil/src/agendaentry.cpp
changeset 83 5aadd1120515
parent 55 2c54b51f39c4
equal deleted inserted replaced
82:dcd0ca396fa1 83:5aadd1120515
  2066 			&& d->m_method == other.d->m_method
  2066 			&& d->m_method == other.d->m_method
  2067 			&& d->m_priority == other.d->m_priority
  2067 			&& d->m_priority == other.d->m_priority
  2068 			&& d->m_repeatRule == other.d->m_repeatRule
  2068 			&& d->m_repeatRule == other.d->m_repeatRule
  2069 			&& d->m_startTime == other.d->m_startTime
  2069 			&& d->m_startTime == other.d->m_startTime
  2070 			&& d->m_summaryText == other.d->m_summaryText
  2070 			&& d->m_summaryText == other.d->m_summaryText
       
  2071 			&& d->m_dtStamp == other.d->m_dtStamp
  2071 			&& d->m_lastModTime == other.d->m_lastModTime
  2072 			&& d->m_lastModTime == other.d->m_lastModTime
  2072 			&& d->m_entryStatus == other.d->m_entryStatus
  2073 			&& d->m_entryStatus == other.d->m_entryStatus
  2073 			&& d->m_favourite == other.d->m_favourite
  2074 			&& d->m_favourite == other.d->m_favourite
  2074 			&& d->m_completedDateTime == other.d->m_completedDateTime
  2075 			&& d->m_completedDateTime == other.d->m_completedDateTime
  2075 			&& d->m_geoValue == other.d->m_geoValue);
  2076 			&& d->m_geoValue == other.d->m_geoValue);
  2092 	m_id = 0;
  2093 	m_id = 0;
  2093 	m_priority = -1;
  2094 	m_priority = -1;
  2094 	m_favourite = 0;
  2095 	m_favourite = 0;
  2095 	m_alarm = AgendaAlarm();
  2096 	m_alarm = AgendaAlarm();
  2096 	m_geoValue = AgendaGeoValue();
  2097 	m_geoValue = AgendaGeoValue();
       
  2098 	m_dtStamp  = m_completedDateTime= m_lastModTime = m_startTime = m_endTime = QDateTime();
  2097 }
  2099 }
  2098 
  2100 
  2099 bool AgendaEntryPrivate::deleteCategory(const AgendaCategory& category)
  2101 bool AgendaEntryPrivate::deleteCategory(const AgendaCategory& category)
  2100 {
  2102 {
  2101 	for (int i = 0; i < m_categories.count(); i++) {
  2103 	for (int i = 0; i < m_categories.count(); i++) {