From d033fbaff92f1e8e89a96c69dadda068cf3177cd Mon Sep 17 00:00:00 2001 From: eilers Date: Mon, 28 Oct 2002 13:41:31 +0000 Subject: Vcard now exports date in correct format (Regarding RFC 2425). Vcard now imports birthday.. --- (limited to 'libopie2/opiepim/ocontact.h') diff --git a/libopie2/opiepim/ocontact.h b/libopie2/opiepim/ocontact.h index 9e83150..382ab94 100644 --- a/libopie2/opiepim/ocontact.h +++ b/libopie2/opiepim/ocontact.h @@ -213,7 +213,7 @@ public: // Why private ? (eilers,se) QString emailSeparator() const { return " "; } - // the emails should be seperated by a comma + // the emails should be seperated by a comma void setEmails( const QString &v ); QString emails() const { return find( Qtopia::Emails ); } @@ -224,7 +224,6 @@ private: friend class AddressBookAccessPrivate; friend class XMLIO; - void insert( int key, const QString &value ); void replace( int key, const QString &value ); QString find( int key ) const; @@ -236,6 +235,8 @@ private: const QString &country ) const; Qtopia::UidGen &uidGen() { return sUidGen; } + + static Qtopia::UidGen sUidGen; QMap mMap; ContactPrivate *d; -- cgit v0.9.0.2