X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=EventParsers%2FCSVSymbianEventLogParser.cpp;fp=EventParsers%2FCSVSymbianEventLogParser.cpp;h=45613e22225068a027cdc62dda28039e927c6f31;hb=8dd69fead6d98d863e7ae670e9ff658eaf47d698;hp=91855e11c6bcdf53a88eb1401fc93dbeeb477926;hpb=69ec52550d22395393afdd6723ea6bf71b1d0acc;p=qwerkisync diff --git a/EventParsers/CSVSymbianEventLogParser.cpp b/EventParsers/CSVSymbianEventLogParser.cpp index 91855e1..45613e2 100644 --- a/EventParsers/CSVSymbianEventLogParser.cpp +++ b/EventParsers/CSVSymbianEventLogParser.cpp @@ -64,7 +64,7 @@ iEventParser *CSVSymbianEventLogParser::IsValid(const Settings ¤tSettings, return NULL; } -CSVSymbianEventLogParser::CSVSymbianEventLogParser(const Settings &settings, const QString &filename/*, const QChar delimiter, const int numColumnsPerRecord, const ColumnIndicesHash &headingIndices*/) +CSVSymbianEventLogParser::CSVSymbianEventLogParser(const Settings &settings, const QString &/*filename, const QChar delimiter, const int numColumnsPerRecord, const ColumnIndicesHash &headingIndices*/) : m_Settings(settings)/*, m_Delimiter(delimiter), m_NumColumnsPerRecord(numColumnsPerRecord), m_HeadingIndices(headingIndices)*/ { }