Pass the current settings down to the parsers so they can behave accordingly (i.e...
[qwerkisync] / EventParsers / VMGEntities / VCalendar.h
index f64c72d..de6a323 100644 (file)
@@ -34,9 +34,9 @@ namespace EventParsers
                class VCalendar : public SMSEntity, public iWriter, public iReader
                {
                public:
-                       VCalendar (const SMSEntity *parent);
+                       VCalendar (const Settings &settings, const SMSEntity *parent);
                        //VCalendar (QTextStream& stream);
-                       VCalendar (const SMSEntity *parent, float version);
+                       VCalendar (const Settings &settings, const SMSEntity *parent, float version);
                        ~VCalendar ();
 
                        virtual bool Read(const QString &initialLine, QTextStream &stream, EventTypes::SMS &event);