MCPcopy Create free account
hub / github.com/QNapi/qnapi / P7ZipDecoder

Method P7ZipDecoder

libqnapi/src/utils/p7zipdecoder.cpp:19–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17#include <QProcess>
18
19P7ZipDecoder::P7ZipDecoder(const QString& p7zipPath, int operationTimeoutMsecs)
20 : p7zipPath(p7zipPath), operationTimeoutMsecs(operationTimeoutMsecs) {}
21
22QStringList P7ZipDecoder::listArchiveFiles(const QString& archivePath) const {
23 QString stdoutBuff = readP7ZipOutput({"l", "-slt", archivePath});

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected