1#ifndef _EXPORTOPERATION_H_
2#define _EXPORTOPERATION_H_
18 std::vector<std::shared_ptr<LogFile>>
m_logs;
Definition ExportOperation.h:15
std::vector< std::shared_ptr< LogFile > > m_logs
Definition ExportOperation.h:18
const QString m_szDir
Definition ExportOperation.h:19
void start()
Definition ExportOperation.cpp:21
const LogFile::ExportType m_type
Definition ExportOperation.h:20
ExportType
Holds the type of the exported log file.
Definition LogFile.h:81