Pass the current settings down to the parsers so they can behave accordingly (i.e...
[qwerkisync] / EventTypes / SMS.cpp
index b80b833..97ee9c5 100644 (file)
@@ -141,7 +141,7 @@ void SMS::Export(const QString &baseDirectory) const
                stream.setAutoDetectUnicode(false);
                stream.setCodec("UTF-16LE");
 
-               EventParsers::VMGEntities::VMessage writer(NULL, 1.1);
+               EventParsers::VMGEntities::VMessage writer(CurrentSettings(), NULL, 1.1);
                writer.Write(stream, *this);
 //stream << "Test";
                //stream.setCodec(oldCodec);