Added passing through name to number lookup for resolving numbers in exported events.
[qwerkisync] / EventTypes / SMS.h
index ce79556..403a820 100644 (file)
@@ -73,7 +73,7 @@ namespace EventTypes
                virtual AttachmentCollection & Attachments() { return m_Attachments; }
 
        public:
-               virtual void Export(const QString &baseDirectory) const;
+               virtual void Export(const QString &baseDirectory, const NumberToNameLookup &numberToNameLookup) const;
                SMS(const Settings &settings, const RTComElEvent& event, const QList<RTComElAttachment*> attachments = QList<RTComElAttachment*>());
                virtual RTComElEvent * toRTComEvent(const NumberToNameLookup &numberToNameLookup) const;