Pass the current settings down to the parsers so they can behave accordingly (i.e...
[qwerkisync] / EventParsers / VMGEntities / VCard.h
index 29d3960..0386c97 100644 (file)
@@ -40,9 +40,9 @@ namespace EventParsers
                                VCARD_REMOTE
                        };
 
-                       VCard(const SMSEntity *parent);
+                       VCard(const Settings &settings, const SMSEntity *parent);
                        //VCard(QTextStream& stream);
-                       VCard(const SMSEntity *parent, float version, eTarget target);
+                       VCard(const Settings &settings, const SMSEntity *parent, float version, eTarget target);
                        ~VCard();
 
                        virtual bool Read(const QString &initialLine, QTextStream &stream, EventTypes::SMS &event);