From 1e0c4ae8e82863179199b0437a6d9cca6b661a7e Mon Sep 17 00:00:00 2001 From: eilers Date: Sat, 07 Dec 2002 13:26:22 +0000 Subject: Fixing bug in storing anniversary.. --- (limited to 'libopie/pim/ocontactaccessbackend_vcard.h') diff --git a/libopie/pim/ocontactaccessbackend_vcard.h b/libopie/pim/ocontactaccessbackend_vcard.h index 4437756..236da00 100644 --- a/libopie/pim/ocontactaccessbackend_vcard.h +++ b/libopie/pim/ocontactaccessbackend_vcard.h @@ -17,6 +17,9 @@ * ===================================================================== * History: * $Log$ + * Revision 1.4 2002/12/07 13:26:22 eilers + * Fixing bug in storing anniversary.. + * * Revision 1.3 2002/11/13 14:14:51 eilers * Added sorted for Contacts.. * @@ -62,6 +65,7 @@ class OContactAccessBackend_VCard : public OContactAccessBackend { private: OContact parseVObject( VObject* obj ); VObject* createVObject( const OContact& c ); + QString convDateToVCardDate( const QDate& c ) const; QDate convVCardDateToDate( const QString& datestr ); VObject *safeAddPropValue( VObject *o, const char* prop, const QString& value ); VObject *safeAddProp( VObject* o, const char* prop); -- cgit v0.9.0.2