organizer_plat/agenda_interface_api/inc/agendaentry.h
changeset 49 5de72ea7a065
parent 23 fd30d51f876b
--- a/organizer_plat/agenda_interface_api/inc/agendaentry.h	Fri Jun 11 13:37:54 2010 +0300
+++ b/organizer_plat/agenda_interface_api/inc/agendaentry.h	Wed Jun 23 18:11:28 2010 +0300
@@ -238,7 +238,7 @@
 	void setUntil(const QDateTime& date);
 	QDateTime until() const;
 
-	void setRepeatRuleStart(const QDateTime& date);
+	void setRepeatRuleStart(const QDateTime& dateTime);
 	QDateTime repeatRuleStart() const;
 
 	void setWeekStart(Day day);
@@ -380,6 +380,7 @@
 	
 	void setGeoValue(const AgendaGeoValue& geoValue);
 	AgendaGeoValue geoValue() const;
+	void clearGeoValue() const;
 	
 	int durationInSecs() const;
 	AgendaEntry& operator=(const AgendaEntry& other);