MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / ExportToZipTask

Method ExportToZipTask

launcher/MMCZip.h:174–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172 m_output.setUtf8Enabled(utf8Enabled);
173 };
174 ExportToZipTask(QString outputPath,
175 QString dir,
176 QFileInfoList files,
177 QString destinationPrefix = "",
178 bool followSymlinks = false,
179 bool utf8Enabled = false)
180 : ExportToZipTask(outputPath, QDir(dir), files, destinationPrefix, followSymlinks, utf8Enabled) {};
181
182 virtual ~ExportToZipTask() = default;
183

Callers

nothing calls this directly

Calls 1

QDirClass · 0.70

Tested by

no test coverage detected