agendainterface/agendautil/src/agendaentry.cpp
changeset 49 5de72ea7a065
parent 23 fd30d51f876b
child 55 2c54b51f39c4
equal deleted inserted replaced
37:360d55486d7f 49:5de72ea7a065
  1982  */
  1982  */
  1983 AgendaGeoValue AgendaEntry::geoValue() const
  1983 AgendaGeoValue AgendaEntry::geoValue() const
  1984 {
  1984 {
  1985 	return d->m_geoValue;
  1985 	return d->m_geoValue;
  1986 }
  1986 }
  1987 	
  1987 
       
  1988 /*!
       
  1989      Clears the geo value if it has any
       
  1990  */
       
  1991 void AgendaEntry::clearGeoValue() const
       
  1992 {
       
  1993     if (d) {
       
  1994         d->m_geoValue = AgendaGeoValue();
       
  1995     }
       
  1996 }
       
  1997 
  1988 /*!
  1998 /*!
  1989 	Returns
  1999 	Returns
  1990 	duration of the meeting in seconds
  2000 	duration of the meeting in seconds
  1991 	\return int duration in seconds
  2001 	\return int duration in seconds
  1992  */
  2002  */