summaryrefslogtreecommitdiffabout
path: root/kabc/vcardformatimpl.h
Side-by-side diff
Diffstat (limited to 'kabc/vcardformatimpl.h') (more/less context) (show whitespace changes)
-rw-r--r--kabc/vcardformatimpl.h5
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
@@ -51,2 +51,4 @@ class VCardFormatImpl
public:
+ VCardFormatImpl();
+
bool load( Addressee &, QFile *file );
@@ -108,2 +110,5 @@ class VCardFormatImpl
Agent readAgentValue( VCARD::ContentLine * );
+
+ private:
+ static int debug;
};