agendainterface/agendautil/src/agendautil.cpp
changeset 45 b6db4fd4947b
parent 23 fd30d51f876b
child 55 2c54b51f39c4
equal deleted inserted replaced
23:fd30d51f876b 45:b6db4fd4947b
   192 	\param entry The entry to be stored
   192 	\param entry The entry to be stored
   193 	\return If false is returned, an error has occurred. Call error() to get a value of
   193 	\return If false is returned, an error has occurred. Call error() to get a value of
   194 	AgendaUtil::Error that indicates which error occurred
   194 	AgendaUtil::Error that indicates which error occurred
   195 	\sa addEntry(), deleteEntry()
   195 	\sa addEntry(), deleteEntry()
   196  */
   196  */
   197 bool AgendaUtil::createException(const AgendaEntry& entry)
   197 bool AgendaUtil::createException(const AgendaEntry& entry,QDateTime instanceOriginalDateTime)
   198 {
   198 {
   199 	return d->createException(entry);
   199 	return d->createException(entry, instanceOriginalDateTime);
   200 }
   200 }
   201 /*!
   201 /*!
   202 	Fetches the entry which of id is equal to given \a id.
   202 	Fetches the entry which of id is equal to given \a id.
   203 
   203 
   204 	\param id id of the entry to be returned
   204 	\param id id of the entry to be returned