From 8136284c38384b169cd2843ee61480d45b6c1cba Mon Sep 17 00:00:00 2001 From: eilers Date: Fri, 21 Mar 2003 10:33:09 +0000 Subject: Merged speed optimized xml backend for contacts to main. Added QDateTime to querybyexample. For instance, it is now possible to get all Birthdays/Anniversaries between two dates. This should be used to show all birthdays in the datebook.. This change is sourcecode backward compatible but you have to upgrade the binaries for today-addressbook. --- (limited to 'libopie2/opiepim/backend/otodoaccessvcal.h') diff --git a/libopie2/opiepim/backend/otodoaccessvcal.h b/libopie2/opiepim/backend/otodoaccessvcal.h index 452f602..a90ee9c 100644 --- a/libopie2/opiepim/backend/otodoaccessvcal.h +++ b/libopie2/opiepim/backend/otodoaccessvcal.h @@ -13,7 +13,7 @@ public: bool save(); QArray allRecords()const; - QArray queryByExample( const OTodo& t, int sort ); + QArray queryByExample( const OTodo& t, int sort, const QDateTime& d = QDateTime() ); QArray effectiveToDos( const QDate& start, const QDate& end, bool includeNoDates ); -- cgit v0.9.0.2