author | ulf69 <ulf69> | 2004-09-29 02:41:02 (UTC) |
---|---|---|
committer | ulf69 <ulf69> | 2004-09-29 02:41:02 (UTC) |
commit | f7810320ed36a03c96d00436f6b589b9b5ca8c30 (patch) (side-by-side diff) | |
tree | 2d47b246b4fef9e7001573405018543e15849b5f /kabc/vcardformatimpl.h | |
parent | cd2cb3a9e2ea93909efc9efa16ddd80c2d2b5408 (diff) | |
download | kdepimpi-f7810320ed36a03c96d00436f6b589b9b5ca8c30.zip kdepimpi-f7810320ed36a03c96d00436f6b589b9b5ca8c30.tar.gz kdepimpi-f7810320ed36a03c96d00436f6b589b9b5ca8c30.tar.bz2 |
set env variable KABC_DEBUG to display processewd addresses while loading
-rw-r--r-- | kabc/vcardformatimpl.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kabc/vcardformatimpl.h b/kabc/vcardformatimpl.h index fa3d55f..4821047 100644 --- a/kabc/vcardformatimpl.h +++ b/kabc/vcardformatimpl.h @@ -50,4 +50,6 @@ class VCardFormatImpl { public: + VCardFormatImpl(); + bool load( Addressee &, QFile *file ); bool loadAll( AddressBook *, Resource *, QFile *file ); @@ -107,4 +109,7 @@ class VCardFormatImpl void addAgentValue( VCARD::VCard *, const Agent & ); Agent readAgentValue( VCARD::ContentLine * ); + + private: + static int debug; }; |