From d39b363278224b969d4c2945d32968c980b5d842 Mon Sep 17 00:00:00 2001 From: ulf69 Date: Fri, 20 Aug 2004 00:36:50 +0000 Subject: performance optimization during vCard loading --- (limited to 'kabc/vcardformatimpl.h') diff --git a/kabc/vcardformatimpl.h b/kabc/vcardformatimpl.h index 2dd68d9..fa3d55f 100644 --- a/kabc/vcardformatimpl.h +++ b/kabc/vcardformatimpl.h @@ -42,7 +42,7 @@ class AddressBook; /** @short Implementation of vCard backend for address book. - + This class implements reading and writing of address book information using the vCard format. It requires the vCard lib from kdepim. */ @@ -58,7 +58,7 @@ class VCardFormatImpl bool writeToString( const Addressee &addressee, QString &vcard ); protected: - bool loadAddressee( Addressee &, VCARD::VCard & ); + bool loadAddressee( Addressee &, VCARD::VCard * ); void saveAddressee( const Addressee &, VCARD::VCard *, bool intern ); void addTextValue (VCARD::VCard *, VCARD::EntityType, const QString & ); -- cgit v0.9.0.2