Pass the current settings down to the parsers so they can behave accordingly (i.e...
[qwerkisync] / EventParsers / VMGEntities / VBody.h
index 5a9bb6c..8eb84c0 100644 (file)
@@ -25,6 +25,8 @@
 #include "iReader.h"
 #include "iWriter.h"
 
+class Settings;
+
 class QString;
 
 namespace EventTypes { class SMS; }
@@ -36,7 +38,7 @@ namespace EventParsers
                class VBody : public SMSEntity, public iWriter, public iReader
                {
                public:
-                       VBody(const SMSEntity *parent);
+                       VBody(const Settings &settings, const SMSEntity *parent);
                        //VBody(QTextStream& stream);
                        ~VBody();