From f7810320ed36a03c96d00436f6b589b9b5ca8c30 Mon Sep 17 00:00:00 2001 From: ulf69 Date: Wed, 29 Sep 2004 02:41:02 +0000 Subject: set env variable KABC_DEBUG to display processewd addresses while loading --- (limited to 'kabc/vcardformatimpl.h') diff --git a/kabc/vcardformatimpl.h b/kabc/vcardformatimpl.h index fa3d55f..4821047 100644 --- a/kabc/vcardformatimpl.h +++ b/kabc/vcardformatimpl.h @@ -49,6 +49,8 @@ class AddressBook; class VCardFormatImpl { public: + VCardFormatImpl(); + bool load( Addressee &, QFile *file ); bool loadAll( AddressBook *, Resource *, QFile *file ); void save( const Addressee &, QFile *file ); @@ -106,6 +108,9 @@ class VCardFormatImpl void addAgentValue( VCARD::VCard *, const Agent & ); Agent readAgentValue( VCARD::ContentLine * ); + + private: + static int debug; }; } -- cgit v0.9.0.2